On 27/11/2015 12:30, Andrey Smetanin wrote: >>> >>> + >>> +static void stimer_test_cleanup(void *ctx) >>> +{ >>> + irq_enable(); >> >> Why enable again? > I'll remove it.
I guess you can remove the one in stimer_test_prepare too. If the interrupts are disabled you don't get the IPI either, do you? Paolo