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)
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>

No differences found