CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2017/07/23 04:11:27

Modified files:
        sys/arch/armv7/armv7: locore0.S 

Log message:
Replace CPWAIT with an isb instruction, which is the proper way to make sure
CP15 updates are visible.  Also add an isb instruction before switching on
the MMU to make sure that all the MMU-related CP15 registers updates are
visible.

Makes booting on a Cortex-A12/A17 get a bit further.

ok drahn@, jsg@

Reply via email to