From: Jan Glauber Date: Sun, 24 Jul 2011 08:48:19 +0000 (+0200) Subject: [S390] fix s390 assembler code alignments X-Git-Tag: v3.1-rc1~261^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144d634a21caff1d54cb4bb0d073774e88130045;p=pandora-kernel.git [S390] fix s390 assembler code alignments The alignment is missing for various global symbols in s390 assembly code. With a recent gcc and an instruction like stgrl this can lead to a specification exception if the instruction uses such a mis-aligned address. Specify the alignment explicitely and while add it define __ALIGN for s390 and use the ENTRY define to save some lines of code. Signed-off-by: Jan Glauber Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed