score: clean up mm/init.c
authorArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:58:13 +0000 (15:58 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:58:13 +0000 (15:58 +0200)
commitfbd85b0e26bab0a13dcf860f2c20e86cb0507b61
tree979873812505a8f0d784dbe332df232a04d1daf2
parent9b05706a744da939655525eeeae23f1989b434ce
score: clean up mm/init.c

score does not need multiple zero pages, because it does not
suffer from cache aliasing problems, so simplify that code.
Also make some functions static and include the appropriate
header files.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/score/mm/init.c