mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Oops, fix a paste-o commited in r300533.
This commit is contained in:
parent
2c96ac7a39
commit
25926a4b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ ENTRY(xscale_control)
|
|||
|
||||
teq r2, r3 /* Only write if there was a change */
|
||||
mcrne p15, 0, r0, c7, c5, 6 /* Invalidate the BTB */
|
||||
mcrne CP15_SCTLR(r3) /* Write new control register */
|
||||
mcrne CP15_SCTLR(r2) /* Write new control register */
|
||||
mov r0, r3 /* Return old value */
|
||||
|
||||
CPWAIT_AND_RETURN(r1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue