[PATCH] uml: prevent MODE_SKAS=n and MODE_TT=n
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>
This commit is contained in:
parent
c0a689d05d
commit
eafbaa9469
@ -83,7 +83,7 @@ config KERNEL_HALF_GIGS
|
|||||||
of physical memory.
|
of physical memory.
|
||||||
|
|
||||||
config MODE_SKAS
|
config MODE_SKAS
|
||||||
bool "Separate Kernel Address Space support"
|
bool "Separate Kernel Address Space support" if MODE_TT
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This option controls whether skas (separate kernel address space)
|
This option controls whether skas (separate kernel address space)
|
||||||
|
Loading…
Reference in New Issue
Block a user