aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/compat-include/asm-generic
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2006-11-02 11:56:26 +0000
committerIan Campbell <ian.campbell@xensource.com>2006-11-02 11:56:26 +0000
commitd8656aaa3e9c089e3fb49a8bcd5ecccc1d6ce1eb (patch)
tree11f0adea000e8df533712d6aaae4f5acaa17508a /unmodified_drivers/linux-2.6/compat-include/asm-generic
parent0d7658072aa628260f075d2ef45ef1b2558a577c (diff)
downloadxen-d8656aaa3e9c089e3fb49a8bcd5ecccc1d6ce1eb.tar.gz
xen-d8656aaa3e9c089e3fb49a8bcd5ecccc1d6ce1eb.tar.bz2
xen-d8656aaa3e9c089e3fb49a8bcd5ecccc1d6ce1eb.zip
PV-on-HVM: Fix PV-on-HVM drivers for IA64.
Thanks to Kasai Takanori and Doi Tsunehisa for testing. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/compat-include/asm-generic')
-rw-r--r--unmodified_drivers/linux-2.6/compat-include/asm-generic/pgtable-nopud.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unmodified_drivers/linux-2.6/compat-include/asm-generic/pgtable-nopud.h b/unmodified_drivers/linux-2.6/compat-include/asm-generic/pgtable-nopud.h
index 8b23299dd0..05c9675760 100644
--- a/unmodified_drivers/linux-2.6/compat-include/asm-generic/pgtable-nopud.h
+++ b/unmodified_drivers/linux-2.6/compat-include/asm-generic/pgtable-nopud.h
@@ -9,6 +9,7 @@
#define pud_offset(d, va) d
#define pud_none(pud) 0
#define pud_present(pud) 1
+#define pud_bad(pud) 0
#define PTRS_PER_PUD 1
#endif /* _PGTABLE_NOPUD_H */