Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpkern Duh, it's x86_64, not amd64. This...



details:   https://anonhg.NetBSD.org/src/rev/a85f1414a6d9
branches:  trunk
changeset: 759045:a85f1414a6d9
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Nov 26 09:25:39 2010 +0000

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

diffstat:

 sys/rump/librump/rumpkern/Makefile.rumpkern |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r da130e5875d9 -r a85f1414a6d9 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Fri Nov 26 00:45:27 2010 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Fri Nov 26 09:25:39 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index