Commit 26c80c9f authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] m68k: mm init warning

From: Geert Uytterhoeven <geert@linux-m68k.org>

M68k mm: Kill warning (from Sam Creasey)
parent 4a123187
......@@ -82,7 +82,9 @@ void __init mem_init(void)
int datapages = 0;
int initpages = 0;
unsigned long tmp;
#ifndef CONFIG_SUN3
int i;
#endif
max_mapnr = num_physpages = (((unsigned long)high_memory - PAGE_OFFSET) >> PAGE_SHIFT);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment