Re: Avoiding SMP

Chris Wedgwood (cw@ix.net.nz)
Tue, 10 Mar 1998 21:12:33 +1300


How do I get rid of -D__SMP__ ?

Setting SMP = 0 in the makefile doesn't do it. (2.1.88)

Comment out that line.

This is becoming a FAQ:

Perhaps this will help:

--- satan/Makefile Tue Mar 10 21:10:18 1998
+++ linux/Makefile Tue Mar 10 21:11:30 1998
@@ -11,6 +11,8 @@
#
# NOTE! SMP is experimental. See the file Documentation/SMP.txt
#
+# For UP operation COMMENT THIS OUT, setting SMP = 0 won't work
+#
SMP = 1

.EXPORT_ALL_VARIABLES:

-cw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu