projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbd8b3
)
x86 debug: mark early_printk.o as notrace
author
Ingo Molnar
<mingo@elte.hu>
Tue, 4 Nov 2008 09:42:23 +0000
(10:42 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 4 Nov 2008 09:42:23 +0000
(10:42 +0100)
Impact: do not do function-tracing in the early-printk code
this is useful when earlyprintk=vga,keep is used to debug tracer
plugins.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/Makefile
b/arch/x86/kernel/Makefile
index
e489ff9
..
943fe60
100644
(file)
--- a/
arch/x86/kernel/Makefile
+++ b/
arch/x86/kernel/Makefile
@@
-12,6
+12,7
@@
CFLAGS_REMOVE_tsc.o = -pg
CFLAGS_REMOVE_rtc.o = -pg
CFLAGS_REMOVE_paravirt-spinlocks.o = -pg
CFLAGS_REMOVE_ftrace.o = -pg
+CFLAGS_REMOVE_early_printk.o = -pg
endif
#