arch: arm: core: aarch32: fix regression introduced with Cortex-R
Regression introduced on ARMV6_M_ARMV8_M_BASELINE by Cortex-R PR #28231 Fixes #38421 Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
parent
7bf00c935a
commit
23c0e16782
1 changed files with 0 additions and 3 deletions
|
@ -548,9 +548,6 @@ dispatch_syscall:
|
|||
#elif defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE) \
|
||||
/* set stack back to unprivileged stack */
|
||||
ldr ip, [sp,#12]
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_CPU_CORTEX_R)
|
||||
msr PSP, ip
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue