On Wed, Jun 21, 2006 at 11:51:50AM +0200, Domen Puncer wrote: > > #define on_each_cpu(func,info,retry,wait) \ > > ({ \ > > WARN_ON(irqs_disabled()); \ > > func(info); \ > > 0; \ > > }) > > On Alchemy au1200 this produces: > [4294667.296000] Synthesized TLB modify handler fastpath (33 instructions). > [4294667.296000] Badness in r4k_flush_icache_range at /home/domen/tmp/linux-2.6.bisecting/linux-mips.git/arch/mips/mm/c-r4k.c:516 > [4294667.296000] Call Trace: > [4294667.296000] [<80113434>] r4k_flush_icache_range+0x144/0x150 > [4294667.296000] [<803f0000>] inflate_dynamic+0x634/0x70c > [4294667.296000] [<803f3630>] trap_init+0x3c/0x440 Pretty much as expected, thanks! Ralf