* Manfred <manfred@xxxxxxxxxxxxxxx> [111103 02:15]: > Dear users/developers, > > I am trying to install the xenomai real-time linux on a gumstix overo fire with > an omap3530. > After some starting problems, I succeed to patch the 2.6.33 kernel and run some > latency tests > with normal worst case latencies ~60us. However, the overall worst case latency > is very bad (5ms), > because i occasionally get spurious interrupt errors like this: > Spurious irq 95: 0xffffffdf, please flush posted write for irq 86 > Spurious irq 95: 0xffffffdf, please flush posted write for irq 86 ... > Or is there a specific patch to resolve this? > I was not able to reproduce this on the NAND-flash, > but it is also to small to make large continous data transfers. What the warnings mean is that the ack for irq86 did not reach the hardware before that interrupt got unmasked again. To fix this, find the irq handler for irq86, and add a readback of the interrupt status register or revision register to the interrupt handler right after the write acking the interrupt. To see some examples, please do: $ grep -ri "flush posted write" drivers/ Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html