summaryrefslogtreecommitdiffstats
path: root/sys/x86/include/apicvar.h
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-05-31 04:47:53 +0000
committersephe <sephe@FreeBSD.org>2016-05-31 04:47:53 +0000
commit1d0f0760f812bcb8281b60588f49fec87566b7fb (patch)
tree25785cf02523a4d5534dacddb364eb736b41c99a /sys/x86/include/apicvar.h
parent05a793aa964a18ea78be7b5bf06de5ea60eb7231 (diff)
downloadFreeBSD-src-1d0f0760f812bcb8281b60588f49fec87566b7fb.zip
FreeBSD-src-1d0f0760f812bcb8281b60588f49fec87566b7fb.tar.gz
hyperv/vmbus: Rename ISR functions
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6601
Diffstat (limited to 'sys/x86/include/apicvar.h')
-rw-r--r--sys/x86/include/apicvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/x86/include/apicvar.h b/sys/x86/include/apicvar.h
index 4326cac..1ddb69e 100644
--- a/sys/x86/include/apicvar.h
+++ b/sys/x86/include/apicvar.h
@@ -455,7 +455,6 @@ void lapic_handle_cmc(void);
void lapic_handle_error(void);
void lapic_handle_intr(int vector, struct trapframe *frame);
void lapic_handle_timer(struct trapframe *frame);
-void hv_vector_handler(struct trapframe *frame);
extern int x2apic_mode;
extern int lapic_eoi_suppression;
OpenPOWER on IntegriCloud