From: Ingo Molnar Date: Tue, 4 Nov 2008 09:42:23 +0000 (+0100) Subject: x86 debug: mark early_printk.o as notrace X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6cf87efbc7a3676e0ad7c9622ec6aec244a593bc;p=deliverable%2Flinux.git x86 debug: mark early_printk.o as notrace 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 --- diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index e489ff9cb3e2..943fe6026c64 100644 --- 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 #