Cosmetic: Changlog and update to comments

This commit is contained in:
Gregory Nutt
2013-12-20 16:24:22 -06:00
parent 385e1fcfb1
commit 1e7365eea4
7 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */