summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
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