1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Non-locking I/O for panic()

This commit is contained in:
Julian Barathieu 2019-04-04 18:42:09 +02:00
parent 887aa60973
commit a35203b876

View File

@ -22,7 +22,6 @@
// along with OS/K. If not, see <https://www.gnu.org/licenses/>. //
//----------------------------------------------------------------------------//
#include <kernel/log.h>
#include <kernel/buf.h>
#include <kernel/proc.h>
#include <kernel/sched.h>