]> git.baikalelectronics.ru Git - kernel.git/commit
s390/boot: fix boot of compressed kernel built with gcc 4.9
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 23 May 2014 11:18:27 +0000 (13:18 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 27 May 2014 08:26:04 +0000 (10:26 +0200)
commitf0726aa2a0b419c6586ef42b97d0d86323f52193
tree6123830246b9a5680d0cd159ef1d88e9985067b9
parentd6c649e233135981219550bab5cb63df78f2cec4
s390/boot: fix boot of compressed kernel built with gcc 4.9

Add -fno-delete-null-pointer-checks to CFLAGS for the code in
arch/s390/boot. Without the option a compressed kernel built with
gcc 4.9 won't boot.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/compressed/Makefile