summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hyperv/vmbus/amd64/vmbus_vector.S')
-rw-r--r--sys/dev/hyperv/vmbus/amd64/vmbus_vector.S7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S b/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S
index 8d09e24..6e396f3 100644
--- a/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S
+++ b/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S
@@ -26,19 +26,18 @@
* $FreeBSD$
*/
+#include "assym.s"
+
#include <machine/asmacros.h>
#include <machine/specialreg.h>
-#include "assym.s"
-
/*
* This is the Hyper-V vmbus channel direct callback interrupt.
* Only used when it is running on Hyper-V.
*/
.text
SUPERALIGN_TEXT
-IDTVEC(vmbus_isr)
- PUSH_FRAME
+ INTR_HANDLER vmbus_isr
FAKE_MCOUNT(TF_RIP(%rsp))
movq %rsp, %rdi
call vmbus_handle_intr
OpenPOWER on IntegriCloud