Costmetic changes to some comments

This commit is contained in:
Gregory Nutt 2014-04-14 16:36:07 -06:00
parent d4fc5ec41c
commit fd08872892

View File

@ -440,7 +440,7 @@ exception_common:
ldr r14, =EXC_RETURN_PRIVTHR /* Load the special value */ ldr r14, =EXC_RETURN_PRIVTHR /* Load the special value */
#endif #endif
/* Restore the interrupt state */ /* Restore the interrupt state */
#ifdef CONFIG_ARMV7M_USEBASEPRI #ifdef CONFIG_ARMV7M_USEBASEPRI
msr basepri, r3 /* Restore interrupts priority masking */ msr basepri, r3 /* Restore interrupts priority masking */