AT91SAM7: clarify sysirq_dispatcher description.
[bertos.git] / bertos / cpu / arm / drv / sysirq_at91.c
index d08f79b55efa883a87b4aaddeffb3a680f7cc523..6de17602ce7cc5755b3d38da6dbf10b4e2935f3a 100644 (file)
@@ -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)
 {