sched: add per-cpu runqueue
This commit is contained in:
4
sched/runqueue.c
Normal file
4
sched/runqueue.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <socks/sched.h>
|
||||
#include <socks/percpu.h>
|
||||
|
||||
DEFINE_PERCPU_VAR(runqueue_t, rq);
|
||||
Reference in New Issue
Block a user