git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3665 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-12-27 19:24:16 +00:00
parent bbc58e4f60
commit e6ec2c8cd0
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ void _port_irq_epilogue(regarm_t lr) {
ctxp->pc = _port_switch_from_isr; ctxp->pc = _port_switch_from_isr;
ctxp->xpsr = (regarm_t)0x01000000; ctxp->xpsr = (regarm_t)0x01000000;
/* Note, returning without unlocking is intentional, this is done in /* Note, returning without unlocking is intentional, this is done in
order to keep the rest of the context switching atomic.*/ order to keep the rest of the context switching atomic.*/
} }
} }

View File

@ -106,7 +106,7 @@ void _port_irq_epilogue(regarm_t lr) {
ctxp->pc = (regarm_t)_port_switch_from_isr; ctxp->pc = (regarm_t)_port_switch_from_isr;
ctxp->xpsr = (regarm_t)0x01000000; ctxp->xpsr = (regarm_t)0x01000000;
/* Note, returning without unlocking is intentional, this is done in /* Note, returning without unlocking is intentional, this is done in
order to keep the rest of the context switching atomic.*/ order to keep the rest of the context switching atomic.*/
} }
} }