Page MenuHomeFreeBSD

arm64: Remove kernel undef instruction support
ClosedPublic

Authored by andrew on May 6 2025, 5:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 12:39 PM
Unknown Object (File)
Mon, Apr 27, 12:26 PM
Unknown Object (File)
Thu, Apr 23, 11:34 AM
Unknown Object (File)
Sun, Apr 19, 10:17 PM
Unknown Object (File)
Sun, Apr 19, 6:40 AM
Unknown Object (File)
Tue, Apr 14, 10:29 AM
Unknown Object (File)
Fri, Apr 10, 4:20 PM
Unknown Object (File)
Fri, Apr 10, 4:10 AM
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