Module Name: src Committed By: pooka Date: Tue May 18 16:30:22 UTC 2010
Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Whoops, default to MP locking. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 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.86 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.87 --- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.86 Tue May 18 16:29:36 2010 +++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Tue May 18 16:30:22 2010 @@ -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