]> git.baikalelectronics.ru Git - kernel.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)
commit80e8a36f1bdb03d68afef8f964062102c8b0f811
tree882f26e7b97d564eb52fbb9462812c87cb146fca
parentd851bfe9c7407f4bb24fe7396470f62436cbdbfe
[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