summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorLai Jiangshan2010-06-02 11:06:03 +0200
committerAvi Kivity2010-08-01 09:39:25 +0200
commit7bee342a9e994cce7122cb187b4f3ded9d871165 (patch)
tree16e5b5a01706304258dfdc23afcddde0dcdbc2d6 /arch/x86/kvm/x86.c
parentKVM: cleanup "*new.rmap" type (diff)
downloadkernel-qcow2-linux-7bee342a9e994cce7122cb187b4f3ded9d871165.tar.gz
kernel-qcow2-linux-7bee342a9e994cce7122cb187b4f3ded9d871165.tar.xz
kernel-qcow2-linux-7bee342a9e994cce7122cb187b4f3ded9d871165.zip
KVM: x86: use linux/uaccess.h instead of asm/uaccess.h
Should use linux/uaccess.h instead of asm/uaccess.h Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index e6e0d7781af7..b08c0052e332 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -42,13 +42,13 @@
#include <linux/srcu.h>
#include <linux/slab.h>
#include <linux/perf_event.h>
+#include <linux/uaccess.h>
#include <trace/events/kvm.h>
#define CREATE_TRACE_POINTS
#include "trace.h"
#include <asm/debugreg.h>
-#include <asm/uaccess.h>
#include <asm/msr.h>
#include <asm/desc.h>
#include <asm/mtrr.h>