diff options
author | fsmp <fsmp@FreeBSD.org> | 1997-07-07 00:38:58 +0000 |
---|---|---|
committer | fsmp <fsmp@FreeBSD.org> | 1997-07-07 00:38:58 +0000 |
commit | 4b0c6876192e141e98b0835b9b18104a8ec1d4a6 (patch) | |
tree | f5094dbbb5cc030c0a35ceb2d88a61e64a3b454f /sys | |
parent | 54011cefe26720e5b6adf141f0b648dde5a9bf05 (diff) | |
download | FreeBSD-src-4b0c6876192e141e98b0835b9b18104a8ec1d4a6.zip FreeBSD-src-4b0c6876192e141e98b0835b9b18104a8ec1d4a6.tar.gz |
Opps, forgot to turn off the debugs...
Diffstat (limited to 'sys')
-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 6998da6..f8c258c 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.2 1997/07/06 23:20:04 smp Exp smp $ + * $Id: mplock.s,v 1.5 1997/07/06 23:50:12 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 #ifdef MARK_HITS #define MARK_HIT(X) \ |