From: Stephen Rothwell Date: Tue, 9 Oct 2007 07:03:57 +0000 (+1000) Subject: [POWERPC] Align the sys_call_table X-Git-Tag: v2.6.24-rc1~1450^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46b45b10f1425d02819b525e3805ddacd9ad4f29;p=pandora-kernel.git [POWERPC] Align the sys_call_table Our _GLOBAL macro does a ".align 2" so the alignment is fine for 32 bit, but on 64 bit it is possible for it to end up only 4 byte aligned. I don't know if it matters, but it can't hurt to 8 byte align it. It also means that when we build with --emit_relocs, none of our 64 bit relocations are to misaligned places. Signed-off-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed