[PATCH] powerpc: Align p_toc

2013-07-30 Thread Anton Blanchard
p_toc is an 8 byte relative offset to the TOC that we place in the text section. This means it is only 4 byte aligned where it should be 8 byte aligned. Add an explicit alignment. Signed-off-by: Anton Blanchard --- Index: b/arch/powerpc/kernel/head_64.S =

[PATCH] powerpc: Align p_toc

2013-04-28 Thread Anton Blanchard
p_toc is an 8 byte relative offset to the TOC that we place in the text section. This means it is only 4 byte aligned where it should be 8 byte aligned. Add an explicit alignment. Signed-off-by: Anton Blanchard --- Index: b/arch/powerpc/kernel/head_64.S =