diff --git a/[refs] b/[refs] index 71a237aa59a4..82af288a0576 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1edf80d347387405ff4e8934d194d75f57a3caef +refs/heads/master: cbe8dd4af2967ee1c2d54ec9d4db35cf3ecc98d3 diff --git a/trunk/mm/page_alloc.c b/trunk/mm/page_alloc.c index d41a0662d4da..8c960b469593 100644 --- a/trunk/mm/page_alloc.c +++ b/trunk/mm/page_alloc.c @@ -1742,7 +1742,7 @@ void __devinit memmap_init_zone(unsigned long size, int nid, unsigned long zone, unsigned long end_pfn = start_pfn + size; unsigned long pfn; - for (pfn = start_pfn; pfn < end_pfn; pfn++, page++) { + for (pfn = start_pfn; pfn < end_pfn; pfn++) { if (!early_pfn_valid(pfn)) continue; page = pfn_to_page(pfn);