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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Mar 2014 04:44:07 +0000 (21:44 -0700)
commit63efcd401368beb67b84b7d6306386a12946d226
treebaa8eb3d38e8b18fb70d40427544bee2440c753c
parent11758f94f70a50fdfe8c32fcadc76d60e3ce8b15
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/kernel/reloc_64.S