Fix the ia64 definition of MAX_DMADOM_PFN.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 30 Jan 2006 17:51:35 +0000 (18:51 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 30 Jan 2006 17:51:35 +0000 (18:51 +0100)
Sgned-off-by: Keir Fraser <keir@xensource.com>
xen/include/asm-ia64/config.h

index 4a7b4d4f1afd3f5c42d3df9d60e059d988c76db5..736cbb833845d053c7b235c5d642fcc1147deedc 100644 (file)
@@ -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__