diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-08 01:01:34 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 20:13:40 -0800 |
commit | eafbaa94691f6a1fa67c3b076caa3ce4e2920100 (patch) | |
tree | 3534b420ba7f1465265277b99b0b5f282d38facb /arch/um/Kconfig | |
parent | c0a689d05d8dc1580aeb87b2959e3de8c57f5f77 (diff) | |
download | kernel_samsung_smdk4412-eafbaa94691f6a1fa67c3b076caa3ce4e2920100.zip kernel_samsung_smdk4412-eafbaa94691f6a1fa67c3b076caa3ce4e2920100.tar.gz kernel_samsung_smdk4412-eafbaa94691f6a1fa67c3b076caa3ce4e2920100.tar.bz2 |
[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/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 1eb21de..cdaa2ab 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) |