Protect debug print output with spinlock
All checks were successful
All checks were successful
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
#include <xtos.hh>
|
||||
|
||||
|
||||
/* Debug I/O spinlock */
|
||||
KSPIN_LOCK KD::DebugIo::DebugIoLock;
|
||||
|
||||
/* Kernel Debugger mode */
|
||||
KD_DEBUG_MODE KD::DebugIo::DebugMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user