aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc64/kernel/process.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2005-08-19 14:52:32 +1000
committerPaul Mackerras <paulus@samba.org>2005-08-29 10:53:34 +1000
commit6fbb49d56d228b666cb4534bbc3c2dfe833c8053 (patch)
tree882f26e7b97d564eb52fbb9462812c87cb146fca /arch/ppc64/kernel/process.c
parent91a57fc6723d778e12686b5106a38583072fd767 (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>
Diffstat (limited to 'arch/ppc64/kernel/process.c')
0 files changed, 0 insertions, 0 deletions