Fix the name of the coprocessor to include the "p" prefix, the clang
integrated assembler expects this. MFC after: 1 Week Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
06b6b5da5e
commit
d9e2150b36
@ -511,8 +511,8 @@ ENTRY_NP(cpu_halt)
|
||||
* Hurl ourselves into the ROM
|
||||
*/
|
||||
mov r0, #(CPU_CONTROL_32BP_ENABLE | CPU_CONTROL_32BD_ENABLE)
|
||||
mcr 15, 0, r0, c1, c0, 0
|
||||
mcrne 15, 0, r2, c8, c7, 0 /* nail I+D TLB on ARMv4 and greater */
|
||||
mcr p15, 0, r0, c1, c0, 0
|
||||
mcrne p15, 0, r2, c8, c7, 0 /* nail I+D TLB on ARMv4 and greater */
|
||||
mov pc, r4
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user