[PATCH] KVM: Include desc.h

From: Avi Kivity
Date: Thu Nov 09 2006 - 06:33:44 EST


From: Simon Kagstrom <simon.kagstrom@xxxxxx>

This fixes compilation on some (32-bit) .configs.

Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx>

Index: linux-2.6/drivers/kvm/kvm_main.c
===================================================================
--- linux-2.6.orig/drivers/kvm/kvm_main.c
+++ linux-2.6/drivers/kvm/kvm_main.c
@@ -33,6 +33,7 @@
#include <linux/debugfs.h>
#include <linux/highmem.h>
#include <linux/file.h>
+#include <asm/desc.h>

#include "vmx.h"
#include "x86_emulate.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/