Re: [PATCH] sched: Fix the irqtime code to deal with u64 wraps

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mikael Pettersson
Date: Sunday, December 12, 2010 - 6:03 am

On Fri, 10 Dec 2010 21:38:26 +0100, Peter Zijlstra <peterz@infradead.org> wrote:

Tested 2.6.37-rc5 + this patch on ARM/mach-ixp4xx and ARM/mach-iop32x,
and it did solve the previously reported interactivity problems.  Thanks.

Tested-by: Mikael Pettersson <mikpe@it.uu.se>

I did however have to apply the following to avoid a compilation error:

--- linux-2.6.37-rc5/kernel/sched.c.~1~	2010-12-12 13:03:07.000000000 +0100
+++ linux-2.6.37-rc5/kernel/sched.c	2010-12-12 13:05:40.000000000 +0100
@@ -636,6 +636,8 @@ static inline struct task_group *task_gr
 
 #endif /* CONFIG_CGROUP_SCHED */
 
+static void update_rq_clock_task(struct rq *rq, s64 delta);
+
 static void update_rq_clock(struct rq *rq)
 {
 	s64 delta;

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] sched: Fix the irqtime code to deal with u64 wraps, Peter Zijlstra, (Fri Dec 10, 1:38 pm)
Re: [PATCH] sched: Fix the irqtime code to deal with u64 wraps, Venkatesh Pallipadi, (Fri Dec 10, 3:09 pm)
Re: [PATCH] sched: Fix the irqtime code to deal with u64 wraps, Mikael Pettersson, (Sun Dec 12, 6:03 am)
[PATCH 2/2] sched: Fix the irqtime code for 32bit, Peter Zijlstra, (Mon Dec 13, 5:13 am)
Re: [PATCH 1/2] sched: Fix the irqtime code to deal with u ..., Venkatesh Pallipadi, (Wed Dec 15, 11:16 am)
[tip:sched/urgent] sched: Fix the irqtime code to deal wit ..., tip-bot for Peter Zi ..., (Thu Dec 16, 5:31 am)
[tip:sched/urgent] sched: Fix the irqtime code for 32bit, tip-bot for Peter Zi ..., (Thu Dec 16, 5:31 am)