mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 19:23:31 +08:00
Merge pull request #837 from aozima/update_cortex-m_port
[libcpu] cortex-m0 fault handlers always enable.
This commit is contained in:
commit
bc225a5ef0
@ -182,7 +182,6 @@ rt_hw_context_switch_to:
|
|||||||
MSR MSP, R0
|
MSR MSP, R0
|
||||||
|
|
||||||
/* enable interrupts at processor level */
|
/* enable interrupts at processor level */
|
||||||
CPSIE F
|
|
||||||
CPSIE I
|
CPSIE I
|
||||||
|
|
||||||
/* never reach here! */
|
/* never reach here! */
|
||||||
|
@ -188,7 +188,6 @@ rt_hw_context_switch_to:
|
|||||||
MSR msp, r0
|
MSR msp, r0
|
||||||
|
|
||||||
; enable interrupts at processor level
|
; enable interrupts at processor level
|
||||||
CPSIE F
|
|
||||||
CPSIE I
|
CPSIE I
|
||||||
|
|
||||||
; never reach here!
|
; never reach here!
|
||||||
|
@ -191,7 +191,6 @@ rt_hw_context_switch_to PROC
|
|||||||
MSR msp, r0
|
MSR msp, r0
|
||||||
|
|
||||||
; enable interrupts at processor level
|
; enable interrupts at processor level
|
||||||
CPSIE F
|
|
||||||
CPSIE I
|
CPSIE I
|
||||||
|
|
||||||
; never reach here!
|
; never reach here!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user