diff options
| author | Jeff Dike <jdike@addtoit.com> | 2006-01-11 15:17:27 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 21:42:09 -0500 |
| commit | edc0e6595616db3f34229077f30eb0616d1e0b84 (patch) | |
| tree | f4c7247ded9641273d47302d959737f2143e1d1b /arch/um/kernel | |
| parent | 114d1ff4f551c8cc940de71b03c5b7365b4124f5 (diff) | |
[PATCH] uml: revert compile-time option checking
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>
Diffstat (limited to 'arch/um/kernel')
| -rw-r--r-- | arch/um/kernel/um_arch.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 73747ac19774..e2d3ca445ef5 100644 --- 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) | |||
| 243 | return(0); | 243 | return(0); |
| 244 | } | 244 | } |
| 245 | 245 | ||
| 246 | #else | ||
| 247 | |||
| 248 | #error Either CONFIG_MODE_TT or CONFIG_MODE_SKAS must be enabled | ||
| 249 | |||
| 250 | #endif | 246 | #endif |
| 251 | #endif | 247 | #endif |
| 252 | #endif | 248 | #endif |
