mirror of
https://github.com/drasko/codezero.git
synced 2026-02-07 23:43:15 +01:00
Some more progress with debugging pager exits
This commit is contained in:
@@ -140,14 +140,13 @@ void handle_requests(void)
|
||||
break;
|
||||
}
|
||||
case L4_IPC_TAG_EXIT: {
|
||||
/* Zombie test for kernel
|
||||
struct task_ids ids;
|
||||
|
||||
l4_getid(&ids);
|
||||
|
||||
printf("\n%s: Destroying self (%d), along with any tasks.\n", __TASKNAME__, self_tid());
|
||||
l4_thread_control(THREAD_DESTROY, &ids);
|
||||
*/
|
||||
|
||||
/* An exiting task has no receive phase */
|
||||
sys_exit(sender, (int)mr[0]);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user