Re: Next April 24: [S390] allmodconfig build failure(trace/events)

From: Steven Rostedt
Date: Wed Apr 29 2009 - 08:09:40 EST



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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/