From: Jeremy Fitzhardinge Date: Tue, 2 Aug 2011 20:38:17 +0000 (-0700) Subject: xen/tracing: it looks like we wanted CONFIG_FTRACE X-Git-Tag: next-20110812~10^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=55a266630d0319c9eb4e0e067d4a0c7f27f978bd;p=karo-tx-linux.git xen/tracing: it looks like we wanted CONFIG_FTRACE Apparently we wanted CONFIG_FTRACE rather the CONFIG_FUNCTION_TRACER. Signed-off-by: Jeremy Fitzhardinge --- diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile index ce692013896d..1894b4ac66e0 100644 --- a/arch/x86/xen/Makefile +++ b/arch/x86/xen/Makefile @@ -15,7 +15,7 @@ obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \ grant-table.o suspend.o platform-pci-unplug.o \ p2m.o -obj-$(CONFIG_FUNCTION_TRACER) += trace.o +obj-$(CONFIG_FTRACE) += trace.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o