From 8e8bf4982f8ffa39cb70af30e58f272cb2ec7341 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 18 Feb 2014 01:15:32 +0000 Subject: MFC 259140: Move constants for indices in the local APIC's local vector table from apicvar.h to apicreg.h. --- sys/amd64/include/apicvar.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys/amd64/include') 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 -- cgit v1.1