summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-10-20 02:57:30 +0000
committerneel <neel@FreeBSD.org>2014-10-20 02:57:30 +0000
commitdd2febd6f26be95c4b3f1f67b23f53a28885082f (patch)
treeb2c78a90b3492af4d40dfeb9faedeb6bb82208c4 /sys/amd64/vmm
parent53c23ba9a2104ef3682a2b22cb1ab9269ca0745d (diff)
downloadFreeBSD-src-dd2febd6f26be95c4b3f1f67b23f53a28885082f.zip
FreeBSD-src-dd2febd6f26be95c4b3f1f67b23f53a28885082f.tar.gz
IFC @r273214
Diffstat (limited to 'sys/amd64/vmm')
-rw-r--r--sys/amd64/vmm/amd/svm_support.S2
-rw-r--r--sys/amd64/vmm/intel/vmx_support.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/vmm/amd/svm_support.S b/sys/amd64/vmm/amd/svm_support.S
index 11da759..72327bd 100644
--- a/sys/amd64/vmm/amd/svm_support.S
+++ b/sys/amd64/vmm/amd/svm_support.S
@@ -25,7 +25,7 @@
*/
#include <machine/asmacros.h>
-#include "svm_assym.s"
+#include "svm_assym.h"
/*
* Be friendly to DTrace FBT's prologue/epilogue pattern matching.
diff --git a/sys/amd64/vmm/intel/vmx_support.S b/sys/amd64/vmm/intel/vmx_support.S
index 840b7e0..84fb5b0 100644
--- a/sys/amd64/vmm/intel/vmx_support.S
+++ b/sys/amd64/vmm/intel/vmx_support.S
@@ -29,7 +29,7 @@
#include <machine/asmacros.h>
-#include "vmx_assym.s"
+#include "vmx_assym.h"
#ifdef SMP
#define LK lock ;
OpenPOWER on IntegriCloud