aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Liguori <anthony@codemonkey.ws>2006-12-13 00:33:43 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-13 09:05:46 -0800
commit3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6 (patch)
tree76c78268f485f1aa31cf431a81399630c1fd6eab
parent[PATCH] tty: export get_current_tty (diff)
downloadlinux-dev-3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6.tar.xz
linux-dev-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>
-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"