aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c
diff options
context:
space:
mode:
authorAnthony Liguori <anthony@codemonkey.ws>2006-12-13 03:33:43 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-13 12:05:46 -0500
commit3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6 (patch)
tree76c78268f485f1aa31cf431a81399630c1fd6eab /drivers/kvm/vmx.c
parenta311f74329ee15cfae9576a45feefc1e935ca0c5 (diff)
[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 @@
22#include <linux/mm.h> 22#include <linux/mm.h>
23#include <linux/highmem.h> 23#include <linux/highmem.h>
24#include <asm/io.h> 24#include <asm/io.h>
25#include <asm/desc.h>
25 26
26#include "segment_descriptor.h" 27#include "segment_descriptor.h"
27 28