x86 debug: mark early_printk.o as notrace
authorIngo Molnar <mingo@elte.hu>
Tue, 4 Nov 2008 09:42:23 +0000 (10:42 +0100)
committerIngo 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

index e489ff9..943fe60 100644 (file)
@@ -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
 
 #