Module Name:    src
Committed By:   pooka
Date:           Fri Nov 26 09:25:40 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern

Log Message:
Duh, it's x86_64, not amd64.  This should make the races which
require SMP trigger in the amd64/qemu runs again.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/rump/librump/rumpkern/Makefile.rumpkern

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern
diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.102 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.103
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.102	Mon Nov 22 10:50:50 2010
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Fri Nov 26 09:25:39 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpkern,v 1.102 2010/11/22 10:50:50 pooka Exp $
+#	$NetBSD: Makefile.rumpkern,v 1.103 2010/11/26 09:25:39 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -26,7 +26,7 @@
 #SRCS+=	locks_up.c
 
 # Does the arch support multiple processors?
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 RUMP_SMP=		# defined
 CPPFLAGS.rump.c+=	-DRUMP_SMP
 .endif

Reply via email to