The commit f06a96844a577c43249fce25809a4fae07407f46 broke mips. Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index a624778..2f346d1 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c @@ -357,10 +357,10 @@ static int __init page_is_ram(unsigned l void __init paging_init(void) { - unsigned long zones_size[] = { 0, }; + unsigned long zones_size[MAX_NR_ZONES] = { 0, }; unsigned long max_dma, high, low; #ifndef CONFIG_FLATMEM - unsigned long zholes_size[] = { 0, }; + unsigned long zholes_size[MAX_NR_ZONES] = { 0, }; unsigned long i, j, pfn; #endif