2006-01-09 03:18:56

by Jeff Dike

[permalink] [raw]
Subject: [PATCH 3/6] 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 <[email protected]>

Index: linux-2.6.15-mm/arch/um/kernel/um_arch.c
===================================================================
--- linux-2.6.15-mm.orig/arch/um/kernel/um_arch.c 2006-01-06 22:25:10.000000000 -0500
+++ linux-2.6.15-mm/arch/um/kernel/um_arch.c 2006-01-06 23:36:39.000000000 -0500
@@ -243,10 +243,6 @@ static int __init mode_tt_setup(char *li
return(0);
}

-#else
-
-#error Either CONFIG_MODE_TT or CONFIG_MODE_SKAS must be enabled
-
#endif
#endif
#endif