]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xen/tracing: it looks like we wanted CONFIG_FTRACE
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 2 Aug 2011 20:38:17 +0000 (13:38 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 2 Aug 2011 20:38:17 +0000 (13:38 -0700)
Apparently we wanted CONFIG_FTRACE rather the CONFIG_FUNCTION_TRACER.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/xen/Makefile

index ce692013896d0c7b91f3b8bdd0881634c3052f67..1894b4ac66e0f08767ef953b1ccb6aba8e01bec0 100644 (file)
@@ -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