summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorJeremy Fitzhardinge2011-08-11 22:17:20 +0200
committerKonrad Rzeszutek Wilk2011-08-22 17:28:33 +0200
commit60c5f08e154fd235056645e050f2cd5671b19125 (patch)
treeaf2d81268cb83fd1f7fffedfbb9eddf91a8d53d1 /arch/x86
parentxen: Do not enable PV IPIs when vector callback not present (diff)
downloadkernel-qcow2-linux-60c5f08e154fd235056645e050f2cd5671b19125.tar.gz
kernel-qcow2-linux-60c5f08e154fd235056645e050f2cd5671b19125.tar.xz
kernel-qcow2-linux-60c5f08e154fd235056645e050f2cd5671b19125.zip
xen/tracing: Fix tracing config option properly
Steven Rostedt says we should use CONFIG_EVENT_TRACING. Cc:Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile
index 3326204e251f..add2c2d729ce 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_FTRACE) += trace.o
+obj-$(CONFIG_EVENT_TRACING) += trace.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o