aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xen/include/asm-ia64/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h
index 1052e595ac..442d49a382 100644
--- a/xen/include/asm-ia64/config.h
+++ b/xen/include/asm-ia64/config.h
@@ -27,6 +27,8 @@
// needed by include/asm-ia64/processor.h (and other places)
typedef int pid_t;
+// now needed for xen/include/mm.h
+typedef unsigned long physaddr_t;
// from include/linux/kernel.h
#define ALIGN(x,a) (((x)+(a)-1)&~((a)-1))