Skip to content

Commit

Permalink
[PATCH] uml: prevent MODE_SKAS=n and MODE_TT=n
Browse files Browse the repository at this point in the history
If MODE_TT=n, MODE_SKAS must be y.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 9, 2006
1 parent c0a689d commit eafbaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ config KERNEL_HALF_GIGS
of physical memory.

config MODE_SKAS
bool "Separate Kernel Address Space support"
bool "Separate Kernel Address Space support" if MODE_TT
default y
help
This option controls whether skas (separate kernel address space)
Expand Down

0 comments on commit eafbaa9

Please sign in to comment.