Author: ian
Date: Mon May 23 20:12:38 2016
New Revision: 300534
URL: https://svnweb.freebsd.org/changeset/base/300534

Log:
  Oops, fix a paste-o commited in r300533.

Modified:
  head/sys/arm/arm/cpufunc_asm_xscale.S

Modified: head/sys/arm/arm/cpufunc_asm_xscale.S
==============================================================================
--- head/sys/arm/arm/cpufunc_asm_xscale.S       Mon May 23 20:07:17 2016        
(r300533)
+++ head/sys/arm/arm/cpufunc_asm_xscale.S       Mon May 23 20:12:38 2016        
(r300534)
@@ -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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to