Turns out linker scripts in lld are still subtly broken and aligning
authorkettenis <kettenis@openbsd.org>
Wed, 27 Dec 2017 13:57:40 +0000 (13:57 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 27 Dec 2017 13:57:40 +0000 (13:57 +0000)
commit68bc340408d18a67218b6e0e6b379f4664ec3320
tree76cf91a06be4fd59bcc7c1c05fdf3e5599a93ff9
parent8ff11a1cbee08f56c90b7895cf36aea620bee47e
Turns out linker scripts in lld are still subtly broken and aligning
sections doesn't work when the -r option is used.  Disable the unmapping
code again until lld gets fixed.
sys/arch/arm64/arm64/autoconf.c