diff options
Diffstat (limited to 'sys/i386/include/apic.h')
-rw-r--r-- | sys/i386/include/apic.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/i386/include/apic.h b/sys/i386/include/apic.h index 8df09cd..50f8416 100644 --- a/sys/i386/include/apic.h +++ b/sys/i386/include/apic.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: apic.h,v 1.6 1997/07/30 22:44:20 smp Exp smp $ + * $Id: apic.h,v 1.7 1997/08/04 17:20:39 smp Exp smp $ */ #ifndef _MACHINE_APIC_H_ @@ -221,7 +221,11 @@ typedef struct IOAPIC ioapic_t; */ /* default level for TPR */ -#define LOPRIO_LEVEL 0x00000010 /* TPR of CPUs accepting INT */ +#define LOPRIO_LEVEL 0x00000010 /* TPR of CPU accepting INTs */ + +#ifdef GRAB_LOPRIO +#define ALLHWI_LEVEL 0x00000000 /* TPR of CPU grabbing INTs */ +#endif /** GRAB_LOPRIO */ /* XXX these 2 don't really belong here... */ #define COUNT_FIELD 0x00ffffff /* count portion of the lock */ |