summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-06-09 03:13:00 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-06-09 03:13:00 +0000
commit39b01818aabaff868f97f6252672bf68e7e90a9b (patch)
treee1e07f278f4fe40f917c9f12372d0fc165cb9a5f /sys
parent225c651291ffa655e7157f4de58d30d6707a925b (diff)
remove unused prototypes and pin number defines
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/include/i82489var.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/amd64/include/i82489var.h b/sys/arch/amd64/include/i82489var.h
index 374c614749f..61840dd38af 100644
--- a/sys/arch/amd64/include/i82489var.h
+++ b/sys/arch/amd64/include/i82489var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82489var.h,v 1.18 2018/10/04 05:00:40 guenther Exp $ */
+/* $OpenBSD: i82489var.h,v 1.19 2024/06/09 03:12:59 jsg Exp $ */
/* $NetBSD: i82489var.h,v 1.1 2003/02/26 21:26:10 fvdl Exp $ */
/*-
@@ -88,21 +88,6 @@ extern void Xrecurse_lapic_ltimer(void);
#define LAPIC_TIMER_VECTOR 0xc0
/*
- * 'pin numbers' for local APIC
- */
-#define LAPIC_PIN_TIMER 0
-#define LAPIC_PIN_PCINT 2
-#define LAPIC_PIN_LVINT0 3
-#define LAPIC_PIN_LVINT1 4
-#define LAPIC_PIN_LVERR 5
-
-extern void Xintr_lapic0(void);
-extern void Xintr_lapic2(void);
-extern void Xintr_lapic3(void);
-extern void Xintr_lapic4(void);
-extern void Xintr_lapic5(void);
-
-/*
* Vector used for Xen HVM Event Channel Interrupts.
*/
extern void Xintr_xen_upcall(void);