Add and use a specific routine to fetch instructions from userland when
authormiod <miod@openbsd.org>
Tue, 24 Jan 2023 07:26:33 +0000 (07:26 +0000)
committermiod <miod@openbsd.org>
Tue, 24 Jan 2023 07:26:33 +0000 (07:26 +0000)
commitf5a006a1cb8c0501ba5edd21860410228b4c6d27
treedca58260bfd372b4522353e7b68603f18fddfa9c
parent9843e5d8ff85323e97725689f9bdc23e66b7d4b8
Add and use a specific routine to fetch instructions from userland when
doing floating-point emulation, as copyin will fail on exec-only mappings
now.
ok deraadt@ kettenis@
sys/arch/sparc64/include/pmap.h
sys/arch/sparc64/sparc64/pmap.c
sys/arch/sparc64/sparc64/trap.c