On Wed, Jun 18, 2003 at 10:42:55AM -0700, David Mosberger wrote: > - default y if IA64_GENERIC || IA64_DIG || IA64_HP_ZX1 > + default y if IA64_GENERIC || IA64_DIG || IA64_HP_ZX1 || IA64_SGI_SN2 > > Looks like this should be changed to: > > + default y if !IA64_HP_SIM > > Ditto for the other places. > > Please declare as "extern": > > +int filter_rsvd_memory(unsigned long start, unsigned long end, void *arg); > > THanks, Ok, here's another one that addresses those issues (and gets rid of the superfluous page_alloc.c change). We still need to fix the alignment of each node to conform to CONFIG_FORCE_MAX_ZONEORDER and simplify it so that we don't have to export max_mapnr and mem_map from memory.c and mm.h, but other than that, it's in good shape. Thanks, Jesse