diff options
author | fsmp <fsmp@FreeBSD.org> | 1997-07-09 05:00:47 +0000 |
---|---|---|
committer | fsmp <fsmp@FreeBSD.org> | 1997-07-09 05:00:47 +0000 |
commit | b792f310a34e5d74f60e2f569edae9f7115aaa75 (patch) | |
tree | 4f54ebbfde1325207fb46ca2a4b2599eea2f5d2d | |
parent | 8b1518042f9501d987033d8437289b977ffdd303 (diff) | |
download | FreeBSD-src-b792f310a34e5d74f60e2f569edae9f7115aaa75.zip FreeBSD-src-b792f310a34e5d74f60e2f569edae9f7115aaa75.tar.gz |
Screwed up again, gotta remember to turn off those debugs!
-rw-r--r-- | sys/i386/i386/mplock.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/i386/mplock.s b/sys/i386/i386/mplock.s index 31d0a13..d492e46 100644 --- a/sys/i386/i386/mplock.s +++ b/sys/i386/i386/mplock.s @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: mplock.s,v 1.3 1997/07/08 23:35:01 smp Exp smp $ + * $Id: mplock.s,v 1.7 1997/07/08 23:39:02 fsmp Exp $ * * Functions for locking between CPUs in a SMP system. * @@ -25,10 +25,10 @@ * these are all temps for debugging CPUSTOP code * they will (hopefully) go away soon... */ -#define MARK_HITS -#define ADJUST_TPR +#define MARK_HITS_NOT +#define ADJUST_TPR_NOT #define ADJUST_IPL_NOT -#define REALLY_STI +#define REALLY_STI_NOT #define IPI_LEVEL 0x3f |