mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 07:27:11 +00:00
Cosmetic: Changlog and update to comments
This commit is contained in:
parent
ce5e133821
commit
f3198d5812
6 changed files with 6 additions and 6 deletions
|
|
@ -229,7 +229,7 @@ exception_common:
|
|||
/* Restore the interrupt state */
|
||||
|
||||
#ifdef CONFIG_ARMV7M_USEBASEPRI
|
||||
msr basepri, r3 /* Restore interrupts priority masking*/
|
||||
msr basepri, r3 /* Restore interrupts priority masking */
|
||||
cpsie i /* Re-enable interrupts */
|
||||
#else
|
||||
msr primask, r3 /* Restore interrupts */
|
||||
|
|
|
|||
|
|
@ -765,7 +765,7 @@ kinetis_common:
|
|||
/* Restore the interrupt state */
|
||||
|
||||
#ifdef CONFIG_ARMV7M_USEBASEPRI
|
||||
msr basepri, r3 /* Restore interrupts priority masking*/
|
||||
msr basepri, r3 /* Restore interrupts priority masking */
|
||||
cpsie i /* Re-enable interrupts */
|
||||
#else
|
||||
msr primask, r3 /* Restore interrupts */
|
||||
|
|
|
|||
|
|
@ -368,7 +368,7 @@ lm_irqcommon:
|
|||
/* Restore the interrupt state */
|
||||
|
||||
#ifdef CONFIG_ARMV7M_USEBASEPRI
|
||||
msr basepri, r3 /* Restore interrupts priority masking*/
|
||||
msr basepri, r3 /* Restore interrupts priority masking */
|
||||
cpsie i /* Re-enable interrupts */
|
||||
#else
|
||||
msr primask, r3 /* Restore interrupts */
|
||||
|
|
|
|||
|
|
@ -377,7 +377,7 @@ lpc17_common:
|
|||
/* Restore the interrupt state */
|
||||
|
||||
#ifdef CONFIG_ARMV7M_USEBASEPRI
|
||||
msr basepri, r3 /* Restore interrupts priority masking*/
|
||||
msr basepri, r3 /* Restore interrupts priority masking */
|
||||
cpsie i /* Re-enable interrupts */
|
||||
#else
|
||||
msr primask, r3 /* Restore interrupts */
|
||||
|
|
|
|||
|
|
@ -383,7 +383,7 @@ sam_common:
|
|||
/* Restore the interrupt state */
|
||||
|
||||
#ifdef CONFIG_ARMV7M_USEBASEPRI
|
||||
msr basepri, r3 /* Restore interrupts priority masking*/
|
||||
msr basepri, r3 /* Restore interrupts priority masking */
|
||||
cpsie i /* Re-enable interrupts */
|
||||
#else
|
||||
msr primask, r3 /* Restore interrupts */
|
||||
|
|
|
|||
|
|
@ -390,7 +390,7 @@ stm32_common:
|
|||
/* Restore the interrupt state */
|
||||
|
||||
#ifdef CONFIG_ARMV7M_USEBASEPRI
|
||||
msr basepri, r3 /* Restore interrupts priority masking*/
|
||||
msr basepri, r3 /* Restore interrupts priority masking */
|
||||
cpsie i /* Re-enable interrupts */
|
||||
#else
|
||||
msr primask, r3 /* Restore interrupts */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue