patch-2.0.36 linux/kernel/sched.c
Next file: linux/kernel/sys.c
Previous file: linux/kernel/ksyms.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Nov 15 10:33:20 1998
- Orig file:
v2.0.35/linux/kernel/sched.c
- Orig date:
Sun Nov 15 10:49:55 1998
diff -u --recursive --new-file v2.0.35/linux/kernel/sched.c linux/kernel/sched.c
@@ -50,7 +50,7 @@
long tick = (1000000 + HZ/2) / HZ; /* timer interrupt period */
volatile struct timeval xtime; /* The current time */
-int tickadj = 500/HZ; /* microsecs */
+int tickadj = 500/HZ ? 500/HZ : 1; /* microsecs */
DECLARE_TASK_QUEUE(tq_timer);
DECLARE_TASK_QUEUE(tq_immediate);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov