aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-08 04:01:34 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-08 23:13:40 -0500
commiteafbaa94691f6a1fa67c3b076caa3ce4e2920100 (patch)
tree3534b420ba7f1465265277b99b0b5f282d38facb /arch
parentc0a689d05d8dc1580aeb87b2959e3de8c57f5f77 (diff)
[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>
Diffstat (limited to 'arch')
-rw-r--r--arch/um/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
index 1eb21de9d1b..cdaa2ab1925 100644
--- a/arch/um/Kconfig
+++ b/arch/um/Kconfig
@@ -83,7 +83,7 @@ config KERNEL_HALF_GIGS
83 of physical memory. 83 of physical memory.
84 84
85config MODE_SKAS 85config MODE_SKAS
86 bool "Separate Kernel Address Space support" 86 bool "Separate Kernel Address Space support" if MODE_TT
87 default y 87 default y
88 help 88 help
89 This option controls whether skas (separate kernel address space) 89 This option controls whether skas (separate kernel address space)