summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-12-09 21:08:52 +0000
committerjhb <jhb@FreeBSD.org>2013-12-09 21:08:52 +0000
commit8f255ea165a896995147f9fa6bed650719514134 (patch)
tree204e60af766b8e06ddafeecaaaad50fd6ac19188 /sys/i386
parent36411863bc92774bbdd1043ad1ad0aa5e98fef7d (diff)
downloadFreeBSD-src-8f255ea165a896995147f9fa6bed650719514134.zip
FreeBSD-src-8f255ea165a896995147f9fa6bed650719514134.tar.gz
Move constants for indices in the local APIC's local vector table from
apicvar.h to apicreg.h.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/apicvar.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/i386/include/apicvar.h b/sys/i386/include/apicvar.h
index 5d1f522..df99ebe 100644
--- a/sys/i386/include/apicvar.h
+++ b/sys/i386/include/apicvar.h
@@ -135,15 +135,6 @@
*/
#define APIC_SPURIOUS_INT 255
-#define LVT_LINT0 0
-#define LVT_LINT1 1
-#define LVT_TIMER 2
-#define LVT_ERROR 3
-#define LVT_PMC 4
-#define LVT_THERMAL 5
-#define LVT_CMCI 6
-#define LVT_MAX LVT_CMCI
-
#ifndef LOCORE
#define APIC_IPI_DEST_SELF -1
OpenPOWER on IntegriCloud