Non-locking I/O for panic()
This commit is contained in:
parent
887aa60973
commit
a35203b876
|
@ -22,7 +22,6 @@
|
||||||
// along with OS/K. If not, see <https://www.gnu.org/licenses/>. //
|
// along with OS/K. If not, see <https://www.gnu.org/licenses/>. //
|
||||||
//----------------------------------------------------------------------------//
|
//----------------------------------------------------------------------------//
|
||||||
|
|
||||||
#include <kernel/log.h>
|
|
||||||
#include <kernel/buf.h>
|
#include <kernel/buf.h>
|
||||||
#include <kernel/proc.h>
|
#include <kernel/proc.h>
|
||||||
#include <kernel/sched.h>
|
#include <kernel/sched.h>
|
||||||
|
|
Loading…
Reference in New Issue