From: Martin Schwidefsky Date: Fri, 23 May 2014 11:18:27 +0000 (+0200) Subject: s390/boot: fix boot of compressed kernel built with gcc 4.9 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~33^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cedbecd60a8effc66dc8bed4e5489ff9365c9b19;p=pandora-kernel.git 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 --- Reading git-diff-tree failed