3883 /* Print out the zone ranges */ 3884 printk("Zone PFN ranges:\n"); 3885 for (i = 0; i < MAX_NR_ZONES; i++) { 3886 if (i == ZONE_MOVABLE) 3887 continue; 3888 printk(" %-8s %8lu -> %8lu\n", 3889 zone_names[i], 3890 arch_zone_lowest_possible_pfn[i], 3891 arch_zone_highest_possible_pfn[i]); 3892 } 3893 3894 /* Print out the PFNs ZONE_MOVABLE begins at in each node */ 3895 printk("Movable zone start PFN for each node\n");