]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Move variables in ppc64 head.S from .data to .bss
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 19 Aug 2005 04:52:32 +0000 (14:52 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 29 Aug 2005 00:53:34 +0000 (10:53 +1000)
commit6fbb49d56d228b666cb4534bbc3c2dfe833c8053
tree882f26e7b97d564eb52fbb9462812c87cb146fca
parent91a57fc6723d778e12686b5106a38583072fd767
[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>
arch/ppc64/kernel/head.S