commit | 6fbb49d56d228b666cb4534bbc3c2dfe833c8053 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Fri Aug 19 14:52:32 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Aug 29 10:53:34 2005 +1000 |
tree | 882f26e7b97d564eb52fbb9462812c87cb146fca | |
parent | 91a57fc6723d778e12686b5106a38583072fd767 [diff] |
[PATCH] Move variables in ppc64 head.S from .data to .bss The ppc64 head.S defines several zero-initialized structures, such as the empty_zero_page and the kernel top-level pagetable. Currently they are defined to be in the data section. However, they're not used until after the bss is cleared, so this patch moves them to the bss, saving two and a half pages from the vmlinux. Signed-off-by: David Gibson <dwg@au1.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>