Kill virtual address randomization for the EFI runtime. It was a neat idea
authorkettenis <kettenis@openbsd.org>
Sat, 30 Jul 2022 17:56:54 +0000 (17:56 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 30 Jul 2022 17:56:54 +0000 (17:56 +0000)
commit511ed226e2e28a981fbee8fe70407cd9a12614ba
tree3ceadb8326e4771fee08ada1976fa9e098350993
parent27efdf3413f599be243841b27468a8519426271c
Kill virtual address randomization for the EFI runtime.  It was a neat idea
but it appears to be too fragile and now that we are using a 48-bit VA space
for the EFI runtime we no longer need to call SetVirtualAddressMap() to
make address fit into our pmap.  Unbreaks the x13s.

ok mlarkin@, patrick@
sys/arch/arm64/dev/efi.c