Remove uninterpretable comment.

This commit is contained in:
Gregory Nutt 2017-01-26 07:18:53 -06:00
parent 22936d4bb5
commit 3b9bcd57ba

View File

@ -67,7 +67,7 @@ uint32_t *up_doirq(int irq, uint32_t *regs)
* CURRENT_REGS is handled and (2) the design associated with
* CONFIG_ARCH_INTERRUPTSTACK. The savestate variable will not work for
* that purpose as implemented here because only the outermost nested
* interrupt can result in a context switch (it can probably be deleted).
* interrupt can result in a context switch.
*/
/* Current regs non-zero indicates that we are processing an interrupt;