The patch titled zone table removal miss merge has been removed from the -mm tree. Its filename is deal-with-cases-of-zone_dma-meaning-the-first-zone-fix.patch This patch was dropped because it was folded into deal-with-cases-of-zone_dma-meaning-the-first-zone.patch ------------------------------------------------------ Subject: zone table removal miss merge From: Andy Whitcroft <apw@xxxxxxxxxxxx> It looks very much like zone table removal v2 suffered during merge into -mm. This patch is needed to get rid of the following errors on arm (and I suspect other platforms): include/linux/mm.h: In function `page_zone_id': include/linux/mm.h:450: warning: right shift count >= width of type Signed-off-by: Andy Whitcroft <apw@xxxxxxxxxxxx> Acked-by: Christoph Lameter <clameter@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/mm.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mm.h~deal-with-cases-of-zone_dma-meaning-the-first-zone-fix include/linux/mm.h --- a/include/linux/mm.h~deal-with-cases-of-zone_dma-meaning-the-first-zone-fix +++ a/include/linux/mm.h @@ -419,7 +419,7 @@ void split_page(struct page *page, unsig #else #define ZONEID_SHIFT (NODES_SHIFT + ZONES_SHIFT) #endif -#define ZONEID_PGSHIFT ZONES_PGOFF +#define ZONEID_PGSHIFT ZONES_PGSHIFT #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 apw@xxxxxxxxxxxx are origin.patch get-rid-of-zone_table.patch deal-with-cases-of-zone_dma-meaning-the-first-zone.patch deal-with-cases-of-zone_dma-meaning-the-first-zone-fix.patch get-rid-of-zone_table-fix-3.patch optional-zone_dma-in-the-vm-tidy.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