diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-03-20 17:58:51 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-03-20 17:58:51 +0000 |
| commit | fc2a8776a2f9945f22301cd92ec6d3ac1f817028 (patch) | |
| tree | 78c912ee21149bfb6fe70831431758e2b8777b3c /sys/dev/hyperv | |
| parent | 9cffc92c62d9cbf592206ac70cd96ebef816b298 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv')
| -rw-r--r-- | sys/dev/hyperv/vmbus/amd64/vmbus_vector.S | 2 | ||||
| -rw-r--r-- | sys/dev/hyperv/vmbus/i386/vmbus_vector.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S b/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S index 6e396f317a87..21f2f3c5cad7 100644 --- a/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S +++ b/sys/dev/hyperv/vmbus/amd64/vmbus_vector.S @@ -26,7 +26,7 @@ * $FreeBSD$ */ -#include "assym.s" +#include "assym.inc" #include <machine/asmacros.h> #include <machine/specialreg.h> diff --git a/sys/dev/hyperv/vmbus/i386/vmbus_vector.S b/sys/dev/hyperv/vmbus/i386/vmbus_vector.S index 9e28ef6528a5..a7152d80ee22 100644 --- a/sys/dev/hyperv/vmbus/i386/vmbus_vector.S +++ b/sys/dev/hyperv/vmbus/i386/vmbus_vector.S @@ -29,7 +29,7 @@ #include <machine/asmacros.h> #include <machine/specialreg.h> -#include "assym.s" +#include "assym.inc" /* * This is the Hyper-V vmbus channel direct callback interrupt. |
