summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-02-18 01:15:32 +0000
committerjhb <jhb@FreeBSD.org>2014-02-18 01:15:32 +0000
commit8e8bf4982f8ffa39cb70af30e58f272cb2ec7341 (patch)
tree8e42404b602b19729f836474e03a9e08f1a13279 /sys/amd64/include
parenta3fafc30d3fadeaba77468909b84eabce7ad54d6 (diff)
downloadFreeBSD-src-8e8bf4982f8ffa39cb70af30e58f272cb2ec7341.zip
FreeBSD-src-8e8bf4982f8ffa39cb70af30e58f272cb2ec7341.tar.gz
MFC 259140:
Move constants for indices in the local APIC's local vector table from apicvar.h to apicreg.h.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/apicvar.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/amd64/include/apicvar.h b/sys/amd64/include/apicvar.h
index 9cd4c95..e7423a3 100644
--- a/sys/amd64/include/apicvar.h
+++ b/sys/amd64/include/apicvar.h
@@ -136,15 +136,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