diff options
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig | 3 | ||||
-rw-r--r-- | arch/um/defconfig | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index b9c0f307a8fa..c504312219b4 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -277,7 +277,8 @@ config HIGHMEM | |||
277 | 277 | ||
278 | config KERNEL_STACK_ORDER | 278 | config KERNEL_STACK_ORDER |
279 | int "Kernel stack size order" | 279 | int "Kernel stack size order" |
280 | default 2 | 280 | default 1 if 64BIT |
281 | default 0 if !64BIT | ||
281 | help | 282 | help |
282 | This option determines the size of UML kernel stacks. They will | 283 | This option determines the size of UML kernel stacks. They will |
283 | be 1 << order pages. The default is OK unless you're running Valgrind | 284 | be 1 << order pages. The default is OK unless you're running Valgrind |
diff --git a/arch/um/defconfig b/arch/um/defconfig index f938fa822146..a54d0efecae1 100644 --- a/arch/um/defconfig +++ b/arch/um/defconfig | |||
@@ -86,7 +86,7 @@ CONFIG_MCONSOLE=y | |||
86 | # CONFIG_MAGIC_SYSRQ is not set | 86 | # CONFIG_MAGIC_SYSRQ is not set |
87 | CONFIG_NEST_LEVEL=0 | 87 | CONFIG_NEST_LEVEL=0 |
88 | # CONFIG_HIGHMEM is not set | 88 | # CONFIG_HIGHMEM is not set |
89 | CONFIG_KERNEL_STACK_ORDER=2 | 89 | CONFIG_KERNEL_STACK_ORDER=0 |
90 | CONFIG_UML_REAL_TIME_CLOCK=y | 90 | CONFIG_UML_REAL_TIME_CLOCK=y |
91 | 91 | ||
92 | # | 92 | # |