aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-08-14 07:32:21 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-08-14 07:32:21 +0000
commitafd8a08fb450432067c4dd89115180cf5658ded0 (patch)
treed7464a5774b30f1ff935676db502773bca1ce2ad
parent141ec0c6391b4d5d38dbb66369cea38373d0b7df (diff)
downloadxen-afd8a08fb450432067c4dd89115180cf5658ded0.tar.gz
xen-afd8a08fb450432067c4dd89115180cf5658ded0.tar.bz2
xen-afd8a08fb450432067c4dd89115180cf5658ded0.zip
Fix x86_64 build.
From: Nakajima, Jun [jun.nakajima@intel.com]
-rw-r--r--linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pgtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pgtable.h b/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pgtable.h
index 89dc994bf5..1884867a8d 100644
--- a/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pgtable.h
+++ b/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pgtable.h
@@ -9,6 +9,7 @@
#include <asm/fixmap.h>
#include <asm/bitops.h>
#include <linux/threads.h>
+#include <linux/sched.h>
#include <asm/pda.h>
#ifdef CONFIG_XEN
#include <asm-xen/hypervisor.h>