mirror of
https://github.com/drasko/codezero.git
synced 2026-01-20 06: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:
@@ -113,7 +113,7 @@ void fault_ipc_to_pager(u32 faulty_pc, u32 fsr, u32 far)
|
||||
if (current->tid == current->pagerid) {
|
||||
printk("Pager (%d) self-faulting. Exiting.\n",
|
||||
current->tid);
|
||||
thread_destroy_current();
|
||||
task_destroy_current();
|
||||
}
|
||||
|
||||
/* Send ipc to the task's pager */
|
||||
|
||||
Reference in New Issue
Block a user