HomeFreeBSD

Split printtrap() into generic and CPU-specific components

Description

Split printtrap() into generic and CPU-specific components

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.

Reviewed By: nwhitehorn
Differential Revision: https://reviews.freebsd.org/D14416

Details

Provenance
jhibbitsAuthored on
Reviewer
nwhitehorn
Differential Revision
D14416: Split printtrap() into generic and CPU-specific components
Parents
rS329694: MFV r324198: 8081 Compiler warnings in zdb
Branches
Unknown
Tags
Unknown