From: Mike Frysinger Date: Thu, 23 Apr 2009 21:28:32 +0000 (+0000) Subject: Blackfin: drop unused bad_page pages and move zero_page to the bss X-Git-Tag: v2.6.35-rc1~410^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f074e48e0a54d8c1370f319ef95e71f796cd8048;p=pandora-kernel.git Blackfin: drop unused bad_page pages and move zero_page to the bss 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 --- Reading git-diff-tree failed