Cleanup on previous commits

This commit is contained in:
Bahadir Balban
2009-10-30 21:59:46 +02:00
parent c3c6c10cf7
commit 2839f46245
3 changed files with 4 additions and 77 deletions

View File

@@ -140,12 +140,12 @@ void handle_requests(void)
break;
}
case L4_IPC_TAG_EXIT: {
/* Pager exit test
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]);