projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d4b24
)
xen/tracing: it looks like we wanted CONFIG_FTRACE
author
Jeremy Fitzhardinge
<
[email protected]
>
Wed, 3 Aug 2011 16:43:44 +0000
(09:43 -0700)
committer
Konrad Rzeszutek Wilk
<
[email protected]
>
Thu, 4 Aug 2011 19:31:27 +0000
(15:31 -0400)
Apparently we wanted CONFIG_FTRACE rather the CONFIG_FUNCTION_TRACER.
Reported-by: Sander Eikelenboom <
[email protected]
>
Tested-by: Sander Eikelenboom <
[email protected]
>
Signed-off-by: Jeremy Fitzhardinge <
[email protected]
>
Signed-off-by: Konrad Rzeszutek Wilk <
[email protected]
>
arch/x86/xen/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/xen/Makefile
b/arch/x86/xen/Makefile
index 45e94aca5bcef5aed5546c4a0cd25e1de5521e4e..3326204e251f3108650944ef1d558c98745c1935 100644
(file)
--- 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_F
UNCTION_TRACER
) += trace.o
+obj-$(CONFIG_F
TRACE
) += trace.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o