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:
Andrew Turner 2014-12-02 18:20:53 +00:00
parent 06b6b5da5e
commit d9e2150b36

View File

@ -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
/*