summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c
diff options
context:
space:
mode:
authorAnthony Liguori2006-12-13 09:33:43 +0100
committerLinus Torvalds2006-12-13 18:05:46 +0100
commit3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6 (patch)
tree76c78268f485f1aa31cf431a81399630c1fd6eab /drivers/kvm/vmx.c
parent[PATCH] tty: export get_current_tty (diff)
downloadkernel-qcow2-linux-3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6.tar.gz
kernel-qcow2-linux-3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6.tar.xz
kernel-qcow2-linux-3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6.zip
[PATCH] KVM: Add missing include
load_TR_desc() lives in asm/desc.h, so #include that file. Signed-off-by: Anthony Liguori <anthony@codemonkey.ws> Signed-off-by: Avi Kivity <avi@qumranet.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/kvm/vmx.c')
-rw-r--r--drivers/kvm/vmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c
index bda7a7ae2167..fa8f7290dd4d 100644
--- a/drivers/kvm/vmx.c
+++ b/drivers/kvm/vmx.c
@@ -22,6 +22,7 @@
#include <linux/mm.h>
#include <linux/highmem.h>
#include <asm/io.h>
+#include <asm/desc.h>
#include "segment_descriptor.h"