The patch titled get-rid-of-zone_table-fix 3 has been added to the -mm tree. Its filename is get-rid-of-zone_table-fix-3.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: get-rid-of-zone_table-fix 3 From: Christoph Lameter <clameter@xxxxxxx> Ensure that ZONEID_PGSHIFT is set even if ZONES_WIDTH is 0. Andy needs to review this. Signed-off-by: Christoph Lameter <clameter@xxxxxxx> Cc: Andy Whitcroft <apw@xxxxxxxxxxxx> Cc: Dave Hansen <haveblue@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/mm.h | 5 +++++ 1 file changed, 5 insertions(+) diff -puN include/linux/mm.h~get-rid-of-zone_table-fix-3 include/linux/mm.h --- a/include/linux/mm.h~get-rid-of-zone_table-fix-3 +++ a/include/linux/mm.h @@ -419,7 +419,12 @@ void split_page(struct page *page, unsig #else #define ZONEID_SHIFT (NODES_SHIFT + ZONES_SHIFT) #endif + +#if ZONES_WIDTH > 0 #define ZONEID_PGSHIFT ZONES_PGSHIFT +#else +#define ZONEID_PGSHIFT NODES_PGOFF +#endif #if SECTIONS_WIDTH+NODES_WIDTH+ZONES_WIDTH > FLAGS_RESERVED #error SECTIONS_WIDTH+NODES_WIDTH+ZONES_WIDTH > FLAGS_RESERVED _ Patches currently in -mm which might be from clameter@xxxxxxx are origin.patch get-rid-of-zone_table.patch get-rid-of-zone_table-fix.patch get-rid-of-zone_table-fix-2.patch get-rid-of-zone_table-fix-3.patch deal-with-cases-of-zone_dma-meaning-the-first-zone.patch deal-with-cases-of-zone_dma-meaning-the-first-zone-fix.patch introduce-config_zone_dma.patch optional-zone_dma-in-the-vm.patch optional-zone_dma-for-ia64.patch remove-zone_dma-remains-from-parisc.patch remove-zone_dma-remains-from-sh-sh64.patch set-config_zone_dma-for-arches-with-generic_isa_dma.patch radix-tree-rcu-lockless-readside.patch scheduler-numa-aware-placement-of-sched_group_allnodes.patch zvc-support-nr_slab_reclaimable--nr_slab_unreclaimable-swap_prefetch.patch reduce-max_nr_zones-swap_prefetch-remove-incorrect-use-of-zone_highmem.patch numa-add-zone_to_nid-function-swap_prefetch.patch readahead-state-based-method-aging-accounting-apply-type-enum-zone_type-readahead.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html