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 Whoops, default to MP locking.



details:   https://anonhg.NetBSD.org/src/rev/86f64ec7c1a8
branches:  trunk
changeset: 754983:86f64ec7c1a8
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue May 18 16:30:22 2010 +0000

description:
Whoops, default to MP locking.

diffstat:

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

diffs (20 lines):

diff -r a55a98ddd21e -r 86f64ec7c1a8 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Tue May 18 16:29:36 2010 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Tue May 18 16:30:22 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.86 2010/05/18 16:29:36 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.87 2010/05/18 16:30:22 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -21,8 +21,8 @@
 
 # Multiprocessor or uniprocessor locking.  TODO: select right
 # locking at runtime.
-#SRCS+=        locks.c
-SRCS+= locks_up.c
+SRCS+= locks.c
+#SRCS+=        locks_up.c
 
 vers.c: ${RUMPTOP}/../conf/newvers.sh ${RUMPTOP}/../conf/osrelease.sh
        ${_MKMSG_CREATE} vers.c



Home | Main Index | Thread Index | Old Index