CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/26 02:19:15
Modified files:
sys/arch/arm64/arm64: cpu.c exception.S trap.c
sys/arch/arm64/include: cpu.h
Log message:
Improve handling of SError interrupts. Print some useful information and
allow additional information to be printed for specific CPU types. Use
this to print the L2C registers on Apple CPUs which can be very useful
in tracking down the source of certain SError interrupts.
ok miod@, dlg@
