for 2.5.8, in init/main.c, function: start_kernel(void) -
"setup_per_cpu_areas();"
should NOT be called for single CPU systems, and kernel compiles (final
linkage) fails with it in. A simple ifndef would fix it- I just
commented the line out and all is well. :)
Thank you!!
-
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/