summaryrefslogtreecommitdiff
path: root/sys/inc/mu/panic.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-16 12:59:49 -0500
committerIan Moffett <ian@osmora.org>2025-11-16 12:59:49 -0500
commit1d8a4028ca290cd0a99164038bd5a034cf052afa (patch)
tree13d4a62fd3f9732137a2d104e7bc375aec1b2eab /sys/inc/mu/panic.h
parent98a6a352ff5dc0866da9c1369c491e26a27a61cc (diff)
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 <ian@osmora.org>
Diffstat (limited to 'sys/inc/mu/panic.h')
-rw-r--r--sys/inc/mu/panic.h6
1 files changed, 0 insertions, 6 deletions
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
@@ -33,12 +33,6 @@
#include <sys/types.h>
/*
- * 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.
*/