]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
s390/ipl,decrompressor: disable branch profiling
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 14 Sep 2012 11:22:48 +0000 (13:22 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 26 Sep 2012 13:45:21 +0000 (15:45 +0200)
The early kernel decrompressing code can't call into the kernel
in order to profile branches. Fixes this link error:

arch/s390/boot/compressed/misc.o: In function `decompress_kernel':
misc.c:(.text+0x9a6): undefined reference to `ftrace_likely_update'

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

index 10e22c4ec4a715e7eed1320c0e883d7876918bad..3ad8f61c99852c3fe7183a15aacfcd96ace3535a 100644 (file)
@@ -11,6 +11,7 @@ targets       := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 \
           sizes.h head$(BITS).o
 
 KBUILD_CFLAGS := -m$(BITS) -D__KERNEL__ $(LINUX_INCLUDE) -O2
+KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING
 KBUILD_CFLAGS += $(cflags-y)
 KBUILD_CFLAGS += $(call cc-option,-mpacked-stack)
 KBUILD_CFLAGS += $(call cc-option,-ffreestanding)