aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boot
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2016-03-07 22:41:45 +0900
committerRich Felker <dalias@libc.org>2016-03-17 19:45:38 +0000
commit2af7967a8c1cfe647d6a222be2d2e393025dcd6e (patch)
tree19c16ef1ceb4241c6fa82f9ce9a194485486308f /arch/sh/boot
parentsh: Use generic clkdev.h header (diff)
downloadlinux-dev-2af7967a8c1cfe647d6a222be2d2e393025dcd6e.tar.xz
linux-dev-2af7967a8c1cfe647d6a222be2d2e393025dcd6e.zip
sh: Disable trace for kernel uncompressing.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/boot')
-rw-r--r--arch/sh/boot/compressed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boot/compressed/Makefile b/arch/sh/boot/compressed/Makefile
index 23bc849d9c64..6df826ee7316 100644
--- a/arch/sh/boot/compressed/Makefile
+++ b/arch/sh/boot/compressed/Makefile
@@ -48,7 +48,7 @@ ifeq ($(BITS),64)
lib1funcs-dir := $(addsuffix $(BITS), $(lib1funcs-dir))
endif
-KBUILD_CFLAGS += -I$(lib1funcs-dir)
+KBUILD_CFLAGS += -I$(lib1funcs-dir) -DDISABLE_BRANCH_PROFILING
$(addprefix $(obj)/,$(lib1funcs-y)): $(obj)/%: $(lib1funcs-dir)/% FORCE
$(call cmd,shipped)