From c2d8833e2d9cb5df52287108a7e2057590521d91 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 23 Jan 2003 01:04:27 +0000 Subject: Clean up some junk defines, and GC the TPR options. --- sys/i386/include/smptests.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'sys') 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 -- cgit v1.1