A better approach would probably be to define setup_per_cpu_areas to
nothing when CONFIG_SMP is not set so as not to have #ifdefs in the code
itself ... for example,
diff -urN linux-2.5.8/init/main.c linux/init/main.c
--- linux-2.5.8/init/main.c Sun Apr 14 15:18:46 2002
+++ linux/init/main.c Mon Apr 15 18:41:54 2002
@@ -272,6 +272,8 @@
#define smp_init() do { } while (0)
#endif
+#define setup_per_cpu_areas() do { } while(0)
+
#else
#ifdef __GENERIC_PER_CPU
Robert Love
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/