#include <socks/sched.h>
#include <socks/percpu.h>
void runqueue_init(runqueue_t *rq)
{
memset(rq, 0x00, sizeof *rq);
rq->rq_lock = SPIN_LOCK_INIT;
}