[patch] 2.4.0-test3 kernel/timer.c does not compile

From: Rafael E. Herrera (raffo@neuronet.pitt.edu)
Date: Tue Jul 11 2000 - 01:54:49 EST


The test3 kernel missed a one line patch to linux/kernel/timer.c

--- kernel/timer.c~ Tue Jul 11 01:57:31 2000
+++ kernel/timer.c Tue Jul 11 02:50:46 2000
@@ -577,7 +577,7 @@
                        p->counter = 0;
                        p->need_resched = 1;
                }
- if (p->priority < DEF_PRIORITY)
+ if (p->nice < 0)
                        kstat.cpu_nice += user_tick;
                else
                        kstat.cpu_user += user_tick;

-- 
Rafael

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jul 15 2000 - 21:00:12 EST