1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Remove constants defining the bitmasks of the old giant kernel lock.

This commit is contained in:
John Baldwin 2001-04-10 22:22:01 +00:00
parent 8f3b4b873c
commit 5f76d89870
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75397
3 changed files with 0 additions and 15 deletions

View File

@ -221,11 +221,6 @@ typedef struct IOAPIC ioapic_t;
#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 */
#define CPU_FIELD 0xff000000 /* cpu portion of the lock */
#define FREE_LOCK 0xffffffff /* value of lock when free */
/*
* XXX This code assummes that the reserved field of the
* local APIC TPR can be written with all 0s.

View File

@ -221,11 +221,6 @@ typedef struct IOAPIC ioapic_t;
#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 */
#define CPU_FIELD 0xff000000 /* cpu portion of the lock */
#define FREE_LOCK 0xffffffff /* value of lock when free */
/*
* XXX This code assummes that the reserved field of the
* local APIC TPR can be written with all 0s.

View File

@ -221,11 +221,6 @@ typedef struct IOAPIC ioapic_t;
#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 */
#define CPU_FIELD 0xff000000 /* cpu portion of the lock */
#define FREE_LOCK 0xffffffff /* value of lock when free */
/*
* XXX This code assummes that the reserved field of the
* local APIC TPR can be written with all 0s.