CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/06 13:09:05
Modified files:
sys/arch/arm64/dev: efi.c
Log message:
Sadly some UEFI frimware writes to mappings marked as runtime code so we can't
enforce W^X for runtime services. Do respect the bits that indicate that
mappings can be non-readable, non-executable or read-only though.
ok patrick@
