Remove the code that switches around MMU domains on armv7. MMU domains are
authorkettenis <kettenis@openbsd.org>
Fri, 26 Aug 2016 11:59:04 +0000 (11:59 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 26 Aug 2016 11:59:04 +0000 (11:59 +0000)
commit9b7465513b1f02ad2b1bcaec51048e04e8360544
tree18c2c32ed1bf8e3fb384d2f0d470e66909026600
parent781985a7b069b45753b15e551b99166f942c5184
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@
sys/arch/arm/arm/cpuswitch7.S
sys/arch/arm/arm/pmap7.c
sys/arch/arm/include/pmap.h
sys/arch/armv7/armv7/armv7_machdep.c
sys/arch/armv7/armv7/armv7_start.S