diff --git a/[refs] b/[refs] index 1a916ee3068c..86542e27f382 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 84cdee76b15f3669f012d5916287d124c805ef2f +refs/heads/master: f04e2ee41d3dbeb6eeb3685d1b4c208b898e278f diff --git a/trunk/arch/x86/xen/Makefile b/trunk/arch/x86/xen/Makefile index 17c565de3d64..6fdf366ff688 100644 --- a/trunk/arch/x86/xen/Makefile +++ b/trunk/arch/x86/xen/Makefile @@ -13,7 +13,7 @@ CFLAGS_mmu.o := $(nostackp) obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \ time.o xen-asm.o xen-asm_$(BITS).o \ grant-table.o suspend.o platform-pci-unplug.o \ - p2m.o + p2m.o trace.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o diff --git a/trunk/arch/x86/xen/trace.c b/trunk/arch/x86/xen/trace.c new file mode 100644 index 000000000000..8cca61640226 --- /dev/null +++ b/trunk/arch/x86/xen/trace.c @@ -0,0 +1,4 @@ +#include + +#define CREATE_TRACE_POINTS +#include