Home
last modified time | relevance | path

Searched hist:"286 e4f90a72c0b0621dde0294af6ed4b0baddabb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dhead_64.Sdiff 286e4f90a72c0b0621dde0294af6ed4b0baddabb Sun Dec 22 19:19:51 CST 2013 Anton Blanchard <anton@samba.org> powerpc: Align p_end

p_end is an 8 byte value embedded in the text section. This means it
is only 4 byte aligned when it should be 8 byte aligned. Fix this
by adding an explicit alignment.

This fixes an issue where POWER7 little endian builds with
CONFIG_RELOCATABLE=y fail to boot.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>