Blackfin: drop unused bad_page pages and move zero_page to the bss
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Apr 2009 21:28:32 +0000 (21:28 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 21 May 2010 13:03:15 +0000 (09:03 -0400)
The empty_bad_page/empty_bad_page_table pages are unused, so punt them.
The zero_page is always allocated, so push it out to the bss to speed up
the booting process a bit and pack data nicer.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found