X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Fsysirq_at91.c;h=6de17602ce7cc5755b3d38da6dbf10b4e2935f3a;hb=b708b0cbae2dc58ef30943ade3d56c464b49a59c;hp=d08f79b55efa883a87b4aaddeffb3a680f7cc523;hpb=32d1445272120a254d77ce8d1af1f527da7a2c17;p=bertos.git diff --git a/bertos/cpu/arm/drv/sysirq_at91.c b/bertos/cpu/arm/drv/sysirq_at91.c index d08f79b5..6de17602 100644 --- a/bertos/cpu/arm/drv/sysirq_at91.c +++ b/bertos/cpu/arm/drv/sysirq_at91.c @@ -94,8 +94,10 @@ STATIC_ASSERT(countof(sysirq_tab) == SYSIRQ_CNT); * various sources (system timer, etc..) and calls * the corresponding handler. * - * \note On ARM all IRQs are handled by the sysirq_dispatcher, so we can't - * differentiate between context-switch and non-context-switch ISR. + * \note On AT91SAM7, all system IRQs (timer included) are handled + * by the sysirq_dispatcher, so we can't differentiate between + * context-switch and non-context-switch ISR inside this + * class of IRQs. */ static DECLARE_ISR_CONTEXT_SWITCH(sysirq_dispatcher) {