patch-2.4.0-test12 linux/kernel/timer.c
Next file: linux/kernel/user.c
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Dec 10 09:53:19 2000
- Orig file:
v2.4.0-test11/linux/kernel/timer.c
- Orig date:
Tue Oct 31 12:42:27 2000
diff -u --recursive --new-file v2.4.0-test11/linux/kernel/timer.c linux/kernel/timer.c
@@ -39,7 +39,6 @@
DECLARE_TASK_QUEUE(tq_timer);
DECLARE_TASK_QUEUE(tq_immediate);
-DECLARE_TASK_QUEUE(tq_scheduler);
/*
* phase-lock loop variables
@@ -681,7 +680,7 @@
update_process_times(user_mode(regs));
#endif
mark_bh(TIMER_BH);
- if (tq_timer)
+ if (TQ_ACTIVE(tq_timer))
mark_bh(TQUEUE_BH);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)