File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ config CSKY
9
9
select ARCH_USE_BUILTIN_BSWAP
10
10
select ARCH_USE_QUEUED_RWLOCKS if NR_CPUS>2
11
11
select ARCH_WANT_FRAME_POINTERS if !CPU_CK610
12
+ select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
12
13
select COMMON_CLK
13
14
select CLKSRC_MMIO
14
15
select CSKY_MPINTC if CPU_CK860
@@ -38,6 +39,7 @@ config CSKY
38
39
select GX6605S_TIMER if CPU_CK610
39
40
select HAVE_ARCH_TRACEHOOK
40
41
select HAVE_ARCH_AUDITSYSCALL
42
+ select HAVE_ARCH_MMAP_RND_BITS
41
43
select HAVE_ARCH_SECCOMP_FILTER
42
44
select HAVE_COPY_THREAD_TLS
43
45
select HAVE_DEBUG_BUGVERBOSE
@@ -151,6 +153,14 @@ config L1_CACHE_SHIFT
151
153
default "5" if (CPU_CK807 || CPU_CK810)
152
154
default "6" if (CPU_CK860)
153
155
156
+ config ARCH_MMAP_RND_BITS_MIN
157
+ default 8
158
+
159
+ # max bits determined by the following formula:
160
+ # VA_BITS - PAGE_SHIFT - 3
161
+ config ARCH_MMAP_RND_BITS_MAX
162
+ default 17
163
+
154
164
menu "Processor type and features"
155
165
156
166
choice
You can’t perform that action at this time.
0 commit comments