CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/01/23 08:38:48
Modified files: sys/arch/arm/include: armreg.h sys/arch/armv7/armv7: armv7_start.S Log message: In some cases machines with virtualisation extensions will boot into a HYP processor mode that has different memory management and register behaviour among other things. In this case switch to SVC mode to prevent an early crash. >From Patrick Wildt based on code in FreeBSD.