summaryrefslogtreecommitdiff
path: root/sys/inc/mu/panic.h
AgeCommit message (Collapse)Author
2 dayskern: panic: Deprecate mu_panic_preamble()Ian Moffett
This commit deprecates mu_panic_preamble() in favor of the mu_spinlock_acq() function Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskern/amd64: Add panic function + MU helpersIan Moffett
This commit introduces a panic function as well as a panic machine unifier layer for MD specifics that help bring the system to a halt. Signed-off-by: Ian Moffett <ian@osmora.org>