From: Martin Schwidefsky Date: Mon, 4 Apr 2011 07:43:33 +0000 (+0200) Subject: [S390] compile fix for latest binutils X-Git-Tag: v2.6.39-rc3~11^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8838101183bba239f100b0cfe31d9ebbfc2f1bd4;p=pandora-kernel.git [S390] compile fix for latest binutils The latest binutils won't accept the stfl instruction with march=g5 which is the correct behaviour. Unfortunately head.S is assembled with -march=g5 even if the target cpu is z900 or later. To get 31-bit kernels compiled again the easiest fix is to use the .insn notation for the stfl instruction in head.S. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed