mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 04:43:16 +01:00
Renamed many thread_* line of calls.
Renamed so that task_* gets a ktcb directly, and thread_* line of calls make the search for the ktcb.
This commit is contained in:
@@ -241,7 +241,7 @@ void sched_suspend_sync(void)
|
||||
preempt_enable();
|
||||
|
||||
if (current->flags & TASK_EXITING)
|
||||
thread_make_zombie(current);
|
||||
task_make_zombie(current);
|
||||
|
||||
/*
|
||||
* Async wake up any waiting pagers
|
||||
|
||||
Reference in New Issue
Block a user