Cosmetic: Changlog and update to comments
This commit is contained in:
parent
385e1fcfb1
commit
1e7365eea4
|
@ -6240,4 +6240,6 @@
|
|||
frontends configuration tools (if you built them) (2013-12-16)
|
||||
* arch/arm/src/armv7-a/arm_head.h: Fixe some errors in the cache
|
||||
invalidation logic (only seem to matter for Cortex-A8) (21-3-12-19).
|
||||
|
||||
* Kconfig and all Make.defs files: Add CONFIG_DEBUG_NOOPT. Now
|
||||
you can indepenently enable/disable debug symbols and optimization
|
||||
(2013-12-20).
|
||||
|
|
|
@ -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…
Reference in New Issue