]> Pileus Git - ~andy/linux/commit
[S390] compile fix for latest binutils
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 4 Apr 2011 07:43:33 +0000 (09:43 +0200)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Mon, 4 Apr 2011 07:43:33 +0000 (09:43 +0200)
commit8838101183bba239f100b0cfe31d9ebbfc2f1bd4
tree8a9e7313c1b5ede3ea9b6dfc86e327187549dca3
parenta2fc8485f838ccd2ce5db690f81ac086489a9e7e
[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 <schwidefsky@de.ibm.com>
arch/s390/kernel/head.S