From 9714d15427f413a869051ba5f5376e381a320fbb Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Fri, 14 Sep 2012 13:22:48 +0200 Subject: [PATCH] --- yaml --- r: 324105 b: refs/heads/master c: 1a0f24878eb5ca56dff5f20b9f0e716947dc0394 h: refs/heads/master i: 324103: ca4c257d37d3ec9424673fe1c487a210558014b1 v: v3 --- [refs] | 2 +- trunk/arch/s390/boot/compressed/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c6e847e759df..bfbc3173c99b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 305e4f108b683a96254d36f916ecab79dcc3ea4f +refs/heads/master: 1a0f24878eb5ca56dff5f20b9f0e716947dc0394 diff --git a/trunk/arch/s390/boot/compressed/Makefile b/trunk/arch/s390/boot/compressed/Makefile index 10e22c4ec4a7..3ad8f61c9985 100644 --- a/trunk/arch/s390/boot/compressed/Makefile +++ b/trunk/arch/s390/boot/compressed/Makefile @@ -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)