Signed-off-by: Keir Fraser <keir@xensource.com>
#define MEMZONE_DMADOM 2
#define NR_ZONES 3
-
-#define MAX_DMADOM_PFN 0x7FFFFUL /* 31 addressable bits */
#define pfn_dom_zone_type(_pfn) \
(((_pfn) <= MAX_DMADOM_PFN) ? MEMZONE_DMADOM : MEMZONE_DOM)
//leave SMP for a later time
//#undef CONFIG_SMP
+#define MAX_DMADOM_PFN 0x7FFFFUL /* 31 addressable bits */
+
#ifndef __ASSEMBLY__
// can't find where this typedef was before?!?
#endif
#define STACK_SIZE (PAGE_SIZE << STACK_ORDER)
+#define MAX_DMADOM_PFN 0x7FFFFUL /* 31 addressable bits */
+
#ifndef __ASSEMBLY__
extern unsigned long _end; /* standard ELF symbol */
#endif /* __ASSEMBLY__ */