From: Adrian Bunk If MODE_TT=n, MODE_SKAS must be y. Signed-off-by: Adrian Bunk Acked-by: Jeff Dike Signed-off-by: Andrew Morton --- arch/um/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/um/Kconfig~uml-prevent-mode_skas=n-and-mode_tt=n arch/um/Kconfig --- devel/arch/um/Kconfig~uml-prevent-mode_skas=n-and-mode_tt=n 2006-01-06 22:39:43.000000000 -0800 +++ devel-akpm/arch/um/Kconfig 2006-01-06 22:39:43.000000000 -0800 @@ -79,7 +79,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) _