In cpufunc_control, uncomment the code responsible for returning the old

state of the control register.
This commit is contained in:
Olivier Houchard 2005-02-20 01:24:46 +00:00
parent e959a70bad
commit 8c06401dab

View File

@ -121,7 +121,6 @@ ENTRY(cpufunc_control)
teq r2, r3 /* Only write if there is a change */
mcrne p15, 0, r2, c1, c0, 0 /* Write new control register */
#if 0
mov r0, r3 /* Return old value */
#endif