summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/apicreg.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-04-10 22:22:01 +0000
committerjhb <jhb@FreeBSD.org>2001-04-10 22:22:01 +0000
commit3a77bccdbb6eaa568816dcadf605b46cc8089b03 (patch)
tree053d0300fed58edc9ac0df903c0bc76713f4bf0d /sys/amd64/include/apicreg.h
parent33d37b3b9771c6f67d9ef9753679b46cb336f42f (diff)
downloadFreeBSD-src-3a77bccdbb6eaa568816dcadf605b46cc8089b03.zip
FreeBSD-src-3a77bccdbb6eaa568816dcadf605b46cc8089b03.tar.gz
Remove constants defining the bitmasks of the old giant kernel lock.
Diffstat (limited to 'sys/amd64/include/apicreg.h')
-rw-r--r--sys/amd64/include/apicreg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/include/apicreg.h b/sys/amd64/include/apicreg.h
index 8e7a3b0..6345ce7 100644
--- a/sys/amd64/include/apicreg.h
+++ b/sys/amd64/include/apicreg.h
@@ -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.
OpenPOWER on IntegriCloud