From 1d8a4028ca290cd0a99164038bd5a034cf052afa Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 16 Nov 2025 12:59:49 -0500 Subject: kern: panic: Deprecate mu_panic_preamble() This commit deprecates mu_panic_preamble() in favor of the mu_spinlock_acq() function Signed-off-by: Ian Moffett --- sys/inc/mu/panic.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/inc/mu/panic.h') diff --git a/sys/inc/mu/panic.h b/sys/inc/mu/panic.h index b592fcc..257c469 100644 --- a/sys/inc/mu/panic.h +++ b/sys/inc/mu/panic.h @@ -32,12 +32,6 @@ #include -/* - * Called as soon as a panic is invoked, prevents other - * processors from continuing and disables interrupts - */ -void mu_panic_preamble(void); - /* * Used internally by the panic function and implemented * per architecture to bring the system to a halt. -- cgit v1.2.3