From dd2febd6f26be95c4b3f1f67b23f53a28885082f Mon Sep 17 00:00:00 2001 From: neel Date: Mon, 20 Oct 2014 02:57:30 +0000 Subject: IFC @r273214 --- sys/amd64/vmm/amd/svm_support.S | 2 +- sys/amd64/vmm/intel/vmx_support.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/amd64/vmm') 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 -#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 -#include "vmx_assym.s" +#include "vmx_assym.h" #ifdef SMP #define LK lock ; -- cgit v1.1