commit | fbd85b0e26bab0a13dcf860f2c20e86cb0507b61 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Jun 27 15:58:13 2009 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Jun 27 15:58:13 2009 +0200 |
tree | 979873812505a8f0d784dbe332df232a04d1daf2 | |
parent | 9b05706a744da939655525eeeae23f1989b434ce [diff] |
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>