powerpc: Align p_dyn, p_rela and p_st symbols
authorAnton Blanchard <anton@samba.org>
Mon, 3 Mar 2014 21:31:24 +0000 (08:31 +1100)
committerJiri Slaby <jslaby@suse.cz>
Sat, 22 Mar 2014 21:01:53 +0000 (22:01 +0100)
commit49799bba6fc2d0c3a32bf4c5c30b4d74ea689628
treec900e069814f2609f59ed18121f35f20b98070cc
parent2725f34b41f8e3f444688a814cc2763a1c2b138b
powerpc: Align p_dyn, p_rela and p_st symbols

commit a5b2cf5b1af424ee3dd9e3ce6d5cea18cb927e67 upstream.

The 64bit relocation code places a few symbols in the text segment.
These symbols are only 4 byte aligned where they need to be 8 byte
aligned. Add an explicit alignment.

Signed-off-by: Anton Blanchard <anton@samba.org>
Tested-by: Laurent Dufour <ldufour@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/powerpc/kernel/reloc_64.S