[openfirmware] [commit] r3429 - cpu/arm/mmp2

repository service svn at openfirmware.info
Thu Nov 15 15:51:29 CET 2012


Author: pgf
Date: Thu Nov 15 15:51:28 2012
New Revision: 3429
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3429

Log:
fix typo in disabling of static branch prediction

Modified:
   cpu/arm/mmp2/initmmu.fth

Modified: cpu/arm/mmp2/initmmu.fth
==============================================================================
--- cpu/arm/mmp2/initmmu.fth	Wed Nov 14 22:54:24 2012	(r3428)
+++ cpu/arm/mmp2/initmmu.fth	Thu Nov 15 15:51:28 2012	(r3429)
@@ -92,9 +92,9 @@
    \ but we found this workaround in the qseven Linux kernel source.
    \ It fixes a problem we were seeing with Python (trac #12164) so
    \ I am including it in OFW just in case.
-   mcr  p15,1,r0,cr15,cr1,1            \ Workaround for PJ4B Errata 6409
+   mrc  p15,1,r0,cr15,cr1,1            \ Workaround for PJ4B Errata 6409
    bic  r0,r0,#0x04                    \ Disable static branch prediction
-   mrc  p15,1,r0,cr15,cr1,1
+   mcr  p15,1,r0,cr15,cr1,1
 [then]
 
    mrc p15,0,r0,cr1,cr0,0              \ Read control register



More information about the openfirmware mailing list