2015-07-10 15:21:29 +00:00
|
|
|
# Commit 63dcef9fe5b880007075b5eb53f9950a826519ce
|
|
|
|
# Date 2015-04-14 15:02:10 +0200
|
|
|
|
# Author David Vrabel <david.vrabel@citrix.com>
|
|
|
|
# Committer Jan Beulich <jbeulich@suse.com>
|
|
|
|
x86/hvm: don't include asm/spinlock.h
|
|
|
|
|
|
|
|
asm/spinlock.h should not be included directly.
|
|
|
|
|
|
|
|
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
|
|
|
|
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
|
|
|
|
|
2015-08-26 22:28:15 +00:00
|
|
|
--- a/xen/arch/x86/hvm/hvm.c
|
|
|
|
+++ b/xen/arch/x86/hvm/hvm.c
|
2015-07-10 15:21:29 +00:00
|
|
|
@@ -52,7 +52,6 @@
|
|
|
|
#include <asm/xstate.h>
|
|
|
|
#include <asm/traps.h>
|
|
|
|
#include <asm/mc146818rtc.h>
|
|
|
|
-#include <asm/spinlock.h>
|
|
|
|
#include <asm/mce.h>
|
|
|
|
#include <asm/hvm/hvm.h>
|
|
|
|
#include <asm/hvm/vpt.h>
|
2015-08-26 22:28:15 +00:00
|
|
|
--- a/xen/arch/x86/hvm/svm/svm.c
|
|
|
|
+++ b/xen/arch/x86/hvm/svm/svm.c
|
2015-07-10 15:21:29 +00:00
|
|
|
@@ -41,7 +41,6 @@
|
|
|
|
#include <asm/msr.h>
|
|
|
|
#include <asm/i387.h>
|
|
|
|
#include <asm/iocap.h>
|
|
|
|
-#include <asm/spinlock.h>
|
|
|
|
#include <asm/hvm/emulate.h>
|
|
|
|
#include <asm/hvm/hvm.h>
|
|
|
|
#include <asm/hvm/support.h>
|
2015-08-26 22:28:15 +00:00
|
|
|
--- a/xen/arch/x86/hvm/vmx/vmx.c
|
|
|
|
+++ b/xen/arch/x86/hvm/vmx/vmx.c
|
2015-07-10 15:21:29 +00:00
|
|
|
@@ -35,7 +35,6 @@
|
|
|
|
#include <asm/types.h>
|
|
|
|
#include <asm/debugreg.h>
|
|
|
|
#include <asm/msr.h>
|
|
|
|
-#include <asm/spinlock.h>
|
|
|
|
#include <asm/paging.h>
|
|
|
|
#include <asm/p2m.h>
|
|
|
|
#include <asm/mem_sharing.h>
|