Page MenuHomeFreeBSD

arm64: Remove kernel undef instruction support
ClosedPublic

Authored by andrew on May 6 2025, 5:03 PM.
Tags
None
Referenced Files
F122820821: D50205.id155317.diff
Tue, Jul 8, 2:17 PM
F122816166: D50205.id154966.diff
Tue, Jul 8, 1:11 PM
Unknown Object (File)
Mon, Jul 7, 4:48 PM
Unknown Object (File)
Mon, Jul 7, 12:13 PM
Unknown Object (File)
Fri, Jul 4, 1:29 AM
Unknown Object (File)
Tue, Jul 1, 8:55 PM
Unknown Object (File)
Tue, Jul 1, 1:20 PM
Unknown Object (File)
Mon, Jun 30, 7:17 PM
Subscribers

Details

Summary

Now we don't handle any undefined instructions in the kernel remove
the support to handle them. The kernel should only ever execute valid
instructions. The only case it needed to handle was an old emulator
that is now well out of support, and the handler for this has been
removed.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable