The access type for an instruction storage/segment interrupt should not
authorkettenis <kettenis@openbsd.org>
Mon, 2 Jan 2023 23:03:18 +0000 (23:03 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 2 Jan 2023 23:03:18 +0000 (23:03 +0000)
commit3567e62dcf56c289edf867dbad33e48ab3a963ca
treed33024b0b4d4ca7b68ad654daf115ee766a48f9a
parent8584df4ef363fc77a23438d77591bc036ab87ddd
The access type for an instruction storage/segment interrupt should not
include PROT_READ, otherwise faults on executable pages mapped only as
PORT_EXEC will not work.

"obviously correct" deraadt@
sys/arch/powerpc64/powerpc64/trap.c