]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m32r/mm/init.c
bootmem: replace node_boot_start in struct bootmem_data
[linux-2.6-omap-h63xx.git] / arch / m32r / mm / init.c
index 28799af15e9592226e753fa95fa2d64ce43d790b..2554eb59cfefd8738c212866dbf66664aa666fb2 100644 (file)
@@ -93,8 +93,7 @@ void free_initrd_mem(unsigned long, unsigned long);
 #endif
 
 /* It'd be good if these lines were in the standard header file. */
-#define START_PFN(nid) \
-       (NODE_DATA(nid)->bdata->node_boot_start >> PAGE_SHIFT)
+#define START_PFN(nid)         (NODE_DATA(nid)->bdata->node_min_pfn)
 #define MAX_LOW_PFN(nid)       (NODE_DATA(nid)->bdata->node_low_pfn)
 
 #ifndef CONFIG_DISCONTIGMEM
@@ -252,4 +251,3 @@ void free_initrd_mem(unsigned long start, unsigned long end)
        printk (KERN_INFO "Freeing initrd memory: %ldk freed\n", (end - start) >> 10);
 }
 #endif
-