projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a689d
)
[PATCH] uml: prevent MODE_SKAS=n and MODE_TT=n
author
Adrian Bunk
<bunk@stusta.de>
Sun, 8 Jan 2006 09:01:34 +0000
(
01:01
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:13:40 +0000
(20:13 -0800)
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>
arch/um/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/Kconfig
b/arch/um/Kconfig
index 1eb21de9d1b5c8809f02dd7f86fc51208c7b440f..cdaa2ab19258e8cdbf8d88ec04b1469b4eb36d72 100644
(file)
--- 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)