update libcpu: ensure fault enable.

This commit is contained in:
aozima 2017-08-09 09:49:05 +08:00
parent f975ef5146
commit 9b7303e511
12 changed files with 26 additions and 7 deletions

View File

@ -181,7 +181,9 @@ rt_hw_context_switch_to:
NOP
MSR MSP, R0
CPSIE I /* enable interrupts at processor level */
/* enable interrupts at processor level */
CPSIE F
CPSIE I
/* never reach here! */

View File

@ -188,6 +188,7 @@ rt_hw_context_switch_to:
MSR msp, r0
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!

View File

@ -191,6 +191,7 @@ rt_hw_context_switch_to PROC
MSR msp, r0
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!

View File

@ -162,7 +162,9 @@ rt_hw_context_switch_to:
NOP
MSR msp, r0
CPSIE I /* enable interrupts at processor level */
/* enable interrupts at processor level */
CPSIE F
CPSIE I
/* never reach here! */

View File

@ -161,7 +161,9 @@ rt_hw_context_switch_to:
NOP
MSR msp, r0
CPSIE I ; enable interrupts at processor level
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!

View File

@ -168,6 +168,7 @@ rt_hw_context_switch_to PROC
MSR msp, r0
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!

View File

@ -203,7 +203,9 @@ rt_hw_context_switch_to:
NOP
MSR msp, r0
CPSIE I /* enable interrupts at processor level */
/* enable interrupts at processor level */
CPSIE F
CPSIE I
/* never reach here! */

View File

@ -207,7 +207,9 @@ rt_hw_context_switch_to:
NOP
MSR msp, r0
CPSIE I ; enable interrupts at processor level
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!

View File

@ -208,6 +208,7 @@ rt_hw_context_switch_to PROC
MSR msp, r0
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!

View File

@ -203,7 +203,9 @@ rt_hw_context_switch_to:
NOP
MSR msp, r0
CPSIE I /* enable interrupts at processor level */
/* enable interrupts at processor level */
CPSIE F
CPSIE I
/* never reach here! */

View File

@ -207,7 +207,9 @@ rt_hw_context_switch_to:
NOP
MSR msp, r0
CPSIE I ; enable interrupts at processor level
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!

View File

@ -208,6 +208,7 @@ rt_hw_context_switch_to PROC
MSR msp, r0
; enable interrupts at processor level
CPSIE F
CPSIE I
; never reach here!