summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-01-23 01:04:27 +0000
committerpeter <peter@FreeBSD.org>2003-01-23 01:04:27 +0000
commitc2d8833e2d9cb5df52287108a7e2057590521d91 (patch)
treee74bb72be49ce590ad0de3f70424c887add10fad /sys
parent77bd829d9ff192d520177030ac0506b0b4dd6aeb (diff)
downloadFreeBSD-src-c2d8833e2d9cb5df52287108a7e2057590521d91.zip
FreeBSD-src-c2d8833e2d9cb5df52287108a7e2057590521d91.tar.gz
Clean up some junk defines, and GC the TPR options.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/include/smptests.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h
index ea8e84b..9f11abf 100644
--- a/sys/i386/include/smptests.h
+++ b/sys/i386/include/smptests.h
@@ -35,18 +35,10 @@
/*
- * Control the "giant lock" pushdown by logical steps.
- */
-#define PUSHDOWN_LEVEL_1
-#define PUSHDOWN_LEVEL_2
-
-/*
* Put FAST_INTR() ISRs at an APIC priority above the regular INTs.
* Allow the mp_lock() routines to handle FAST interrupts while spinning.
*/
-#ifdef PUSHDOWN_LEVEL_1
#define FAST_HI
-#endif
/*
@@ -58,15 +50,7 @@
* joystick lkm
* ?
*/
-#ifdef PUSHDOWN_LEVEL_1
#define USE_COMLOCK
-#endif
-
-
-/*
- * Portions of the old TEST_LOPRIO code, back from the grave!
- */
-#define GRAB_LOPRIO
/*
@@ -76,13 +60,6 @@
#define CPUSTOP_ON_DDBBREAK
-/*
- * Bracket code/comments relevant to the current 'giant lock' model.
- * Everything is now the 'giant lock' model, but we will use this as
- * we start to "push down" the lock.
- */
-#define GIANT_LOCK
-
#ifdef APIC_IO
/*
* Don't assume that slow interrupt handler X is called from vector
OpenPOWER on IntegriCloud