sched: add kernel-mode context switching
This commit is contained in:
@@ -19,7 +19,6 @@ struct cpu_data {
|
||||
unsigned int c_id;
|
||||
unsigned int c_preempt_count;
|
||||
|
||||
struct thread *c_current_thread;
|
||||
struct runqueue c_rq;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user