X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Fsysirq_at91.c;h=23596e58980c252d3a3c3ba4c57fa8edfb86925e;hb=HEAD;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..23596e58 100644 --- a/bertos/cpu/arm/drv/sysirq_at91.c +++ b/bertos/cpu/arm/drv/sysirq_at91.c @@ -30,7 +30,6 @@ * * --> * - * \version $Id$ * * \author Francesco Sacchi * @@ -94,8 +93,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) {