On Wed, 2011-03-09 at 13:20 +0100, Michal Simek wrote:Hi Frederic,
I have compiled ftrace support for Microblaze and I have reached a compilation failure.
I bisected it and I found that
"irq: Add tracepoint to softirq_raise"
(sha1:2bf2160d8805de64308e2e7c3cd97813cb58ed2f)
caused it.
I also found one thread which could be related.
http://kerneltrap.org/mailarchive/linux-kernel/2010/9/8/4616941
It is likely any missing header or so.
Do you know what can be wrong?
Thanks,
Michal
[ALL ] CC kernel/trace/power-traces.o
[ALL ] In file included from /mnt/projects/petalinux-v1.00-devel/software/linux-2.6.x/arch/microblaze/include/asm/irq.h:15,
Is there a reason that arch/microblaze/include/asm/irq.h includes
"linux/interrupt.h"?