Remove a feature to re-use existing early bootstrap mappings. This
authorpatrick <patrick@openbsd.org>
Wed, 27 Jul 2016 21:25:25 +0000 (21:25 +0000)
committerpatrick <patrick@openbsd.org>
Wed, 27 Jul 2016 21:25:25 +0000 (21:25 +0000)
commitad612ec499aa6cc2b12dbac3d193df0c6b0c5662
tree9529895b29a297e9321f4ca738e13d0a3d380d96
parent7b6fe30a0320e87a776312b7006f84c130a40a42
Remove a feature to re-use existing early bootstrap mappings. This
allowed you to pass a virtual address, which you received from an
early bootstrap mapping, as physical address to bus_space_map(9).

It breaks bus_space_map(9) for peripherals that are after 0xC0000000,
as it assumes that everything after that address cannot be a real
peripheral.  But that's wrong.  It does not make sense to pass a
virtual address to bus_space_map(9) anyway, so just get rid of this
whole "feature".

ok kettenis@
sys/arch/arm/armv7/armv7_space.c