Sebastian Andrzej Siewior <bigeasy <at> linutronix.de> writes: > in general what you want is to mark timer interrupt with IRQF_TIMER and > that should be enough. The at91 has a few problems here. One thing is > that it switches from periodic mode to oneshot and this seems not to > work perfectly. The other thing is that the timer interrupt is shared > with the uart. Thanks, I replaced the outdated IRQF_DISABLED flag with IRQF_TIMER and now it works like a charm. :) -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html