From: Anton Blanchard Date: Mon, 23 Dec 2013 01:19:51 +0000 (+1100) Subject: powerpc: Align p_end X-Git-Tag: v3.13-rc7~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286e4f90a72c0b0621dde0294af6ed4b0baddabb;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed