git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9b149
)
Blackfin: drop unused bad_page pages and move zero_page to the bss
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 23 Apr 2009 21:28:32 +0000
(21:28 +0000)
committer
Mike 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