projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114d1ff
)
[PATCH] uml: revert compile-time option checking
author
Jeff Dike
<jdike@addtoit.com>
Wed, 11 Jan 2006 20:17:27 +0000
(12:17 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 12 Jan 2006 02:42:09 +0000
(18:42 -0800)
Undo the previous no-modes patch since Adrian Bunk sent in a kbuild way of
doing the same thing.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/um_arch.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/kernel/um_arch.c
b/arch/um/kernel/um_arch.c
index 73747ac197748d6deb1649f0b59b4b1aad1d7051..e2d3ca445ef57388f848f79174135757f34f7c36 100644
(file)
--- a/
arch/um/kernel/um_arch.c
+++ b/
arch/um/kernel/um_arch.c
@@
-243,10
+243,6
@@
static int __init mode_tt_setup(char *line, int *add)
return(0);
}
-#else
-
-#error Either CONFIG_MODE_TT or CONFIG_MODE_SKAS must be enabled
-
#endif
#endif
#endif