Mailing List Archive

Fix the ia64 definition of MAX_DMADOM_PFN.
# HG changeset patch
# User kaf24@firebug.cl.cam.ac.uk
# Node ID e4eb12a6e003e94bae704998326baef689ea1c30
# Parent fd9b2c1bb577a90ad8a01e67255a7c87bab2cbc4
Fix the ia64 definition of MAX_DMADOM_PFN.

Sgned-off-by: Keir Fraser <keir@xensource.com>

diff -r fd9b2c1bb577 -r e4eb12a6e003 xen/include/asm-ia64/config.h
--- a/xen/include/asm-ia64/config.h Mon Jan 30 17:18:27 2006
+++ b/xen/include/asm-ia64/config.h Mon Jan 30 17:51:35 2006
@@ -40,7 +40,7 @@
//leave SMP for a later time
//#undef CONFIG_SMP

-#define MAX_DMADOM_PFN 0x7FFFFUL /* 31 addressable bits */
+#define MAX_DMADOM_PFN (0x7FFFFFFFUL >> PAGE_SHIFT) /* 31 addressable bits */

#ifndef __ASSEMBLY__


_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog