sched: add per-cpu runqueue

This commit is contained in:
2023-03-17 20:07:49 +00:00
parent e1e897c953
commit 62eb3b63a7

4
sched/runqueue.c Normal file
View File

@@ -0,0 +1,4 @@
#include <socks/sched.h>
#include <socks/percpu.h>
DEFINE_PERCPU_VAR(runqueue_t, rq);