K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-02-21T03:34:33.707605Z K 7 svn:log V 392 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 END