CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/08/26 05:59:04
Modified files: sys/arch/arm/arm: cpuswitch7.S pmap7.c sys/arch/arm/include: pmap.h sys/arch/armv7/armv7: armv7_machdep.c armv7_start.S Log message: Remove the code that switches around MMU domains on armv7. MMU domains are basically a relic from the past. Using them doesn't make a lot of sense the way our pmaps work. Support for MMU domains isn't present in long-descriptor translation table format, so it is clearly on its way out. Based on a diff from Artituri Alm. ok patrick@