Page MenuHomeFreeBSD

Split printtrap() into generic and CPU-specific components
ClosedPublic

Authored by jhibbits on Feb 17 2018, 9:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 3:35 AM
Unknown Object (File)
Wed, Oct 1, 4:22 PM
Unknown Object (File)
Wed, Oct 1, 12:35 AM
Unknown Object (File)
Tue, Sep 30, 6:31 AM
Unknown Object (File)
Mon, Sep 29, 11:19 PM
Unknown Object (File)
Aug 25 2025, 7:36 AM
Unknown Object (File)
Aug 2 2025, 9:18 PM
Unknown Object (File)
Jul 7 2025, 10:04 AM
Subscribers

Details

Summary

This compartmentalizes the CPU-specific trap components into its own
function, rather than littering the general printtrap() with various checks.
This will let us replace a series of #ifdef's with a runtime conditional check
in the future.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable