On Wed, 29 Apr 2009, Heiko Carstens wrote: > > Subject: [PATCH] tracing: fix compile error > > From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> > > "tracing: create automated trace defines" causes this compile error on s390: > > kernel/built-in.o: In function `__do_softirq': > (.text+0x1c680): undefined reference to `__tracepoint_softirq_entry' > > This happens because the definitions of the softirq tracepoints were moved > from kernel/softirq.c to kernel/irq/handle.c. Since s390 doesn't support > generic hardirqs handle.c doesn't get compiled and the definitions are > missing. > So move the tracepoints to softirq.c again. Nice catch! Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx> -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html