Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55897
b: refs/heads/master
c: 02239c2
h: refs/heads/master
i:
  55895: 9ee3c5a
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 11, 2007
1 parent 37d6854 commit f1dd060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c14b84949e127560084c7c56b365931c71c60768
refs/heads/master: 02239c29967418284c05d58971894d658575e78c
3 changes: 2 additions & 1 deletion trunk/arch/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ config HIGHMEM

config KERNEL_STACK_ORDER
int "Kernel stack size order"
default 2
default 1 if 64BIT
default 0 if !64BIT
help
This option determines the size of UML kernel stacks. They will
be 1 << order pages. The default is OK unless you're running Valgrind
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CONFIG_MCONSOLE=y
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_NEST_LEVEL=0
# CONFIG_HIGHMEM is not set
CONFIG_KERNEL_STACK_ORDER=2
CONFIG_KERNEL_STACK_ORDER=0
CONFIG_UML_REAL_TIME_CLOCK=y

#
Expand Down

0 comments on commit f1dd060

Please sign in to comment.