projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3abba
)
sh: Don't profile return_address().
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 13 Oct 2009 07:31:08 +0000
(16:31 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 13 Oct 2009 07:31:08 +0000
(16:31 +0900)
This adds return_address.c to the -pg exclusion list, as this is the
building block for CALLER_ADDRx we do not want to profile this.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/Makefile
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/Makefile
b/arch/sh/kernel/Makefile
index 18a1e279b4301af02df1887c1ec79ea6361da2ff..f8791203cfe3d350823170f08f9434d65e883482 100644
(file)
--- a/
arch/sh/kernel/Makefile
+++ b/
arch/sh/kernel/Makefile
@@
-9,6
+9,8
@@
ifdef CONFIG_FUNCTION_TRACER
CFLAGS_REMOVE_ftrace.o = -pg
endif
+CFLAGS_REMOVE_return_address.o = -pg
+
obj-y := debugtraps.o dumpstack.o idle.o io.o io_generic.o irq.o \
machvec.o nmi_debug.o process_$(BITS).o ptrace_$(BITS).o \
return_address.o \