parisc: fix DISCONTIGMEM compile breakage

PA-RISC to aid debugging prints out the zonelists setup by the system. A
bad call to node_zonelist() breaks at compile-time. This patch fixes it.

Signed-off-by: Mel Gorman <mel@csn.ul.ie>
Cc: Christoph Lameter <clameter@sgi.com>
Cc: Lee Schermerhorn <lee.schermerhorn@hp.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Grant Grundler <grundler@parisc-linux.org>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Mel Gorman and committed by
Linus Torvalds
4413a0f6 f2a5f24a

+1 -1
+1 -1
arch/parisc/mm/init.c
··· 606 int i, j; 607 608 for (i = 0; i < npmem_ranges; i++) { 609 - zl = node_zonelist(i); 610 for (j = 0; j < MAX_NR_ZONES; j++) { 611 struct zoneref *z; 612 struct zone *zone;
··· 606 int i, j; 607 608 for (i = 0; i < npmem_ranges; i++) { 609 + zl = node_zonelist(i, 0); 610 for (j = 0; j < MAX_NR_ZONES; j++) { 611 struct zoneref *z; 612 struct zone *zone;