From: Adrian Bunk Date: Sun, 8 Jan 2006 09:01:34 +0000 (-0800) Subject: [PATCH] uml: prevent MODE_SKAS=n and MODE_TT=n X-Git-Tag: v2.6.16-rc1~843 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eafbaa94691f6a1fa67c3b076caa3ce4e2920100;p=linux-2.6 [PATCH] uml: prevent MODE_SKAS=n and MODE_TT=n If MODE_TT=n, MODE_SKAS must be y. Signed-off-by: Adrian Bunk Acked-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 1eb21de9d1..cdaa2ab192 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -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)