update lab6 :: deleting timer

This commit is contained in:
yuchen
2015-04-09 20:26:03 +08:00
parent 9926671507
commit 5d8e661a1a
8 changed files with 17 additions and 210 deletions

View File

@@ -233,7 +233,6 @@ trap_dispatch(struct trapframe *tf) {
*/
ticks ++;
assert(current != NULL);
run_timer_list();
break;
case IRQ_OFFSET + IRQ_COM1:
c = cons_getc();