From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo Vincent Subject: Re: [Announce] 2.6.29.3-rt12 Date: Wed, 13 May 2009 12:16:09 +1200 Message-ID: <5a7b8b7b0905121716y646a2f68qad9181362caa22f6@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: LKML , rt-users , Ingo Molnar , Steven Rostedt , Peter Zijlstra , Carsten Emde , Clark Williams , Frank Rowand , Robin Gareus , Gregory Haskins , Philippe Reynes , Fernando Lopez-Lezcano , Will Schmidt , Darren Hart , Jan Blunck , Sven-Thorsten Dietrich To: Thomas Gleixner Return-path: Received: from yw-out-2324.google.com ([74.125.46.31]:61055 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753041AbZEMAQK convert rfc822-to-8bit (ORCPT ); Tue, 12 May 2009 20:16:10 -0400 In-Reply-To: Sender: linux-rt-users-owner@vger.kernel.org List-ID: This patch resulted in a broken build for me, until I did this: --- a/patch-2.6.29.3-rt12 +++ b/patch-2.6.29.3-rt12 @@ -121754,7 +121754,7 @@ Index: linux-2.6-tip/kernel/sched.c } /* -@@ -2801,6 +3177,15 @@ static void update_cpu_load(struct rq *t +@@ -2801,6 +3177,17 @@ static void update_cpu_load(struct rq *t new_load +=3D scale-1; this_rq->cpu_load[i] =3D (old_load*(scale-1) + new_load) >> i; } @@ -121765,8 +121765,10 @@ Index: linux-2.6-tip/kernel/sched.c + this_rq->calc_load_update +=3D LOAD_FREQ; + calc_load_account_active(this_rq); + ++#ifdef CONFIG_SMP + if (this_rq->cpu =3D=3D calc_load_cpu) + calc_global_load(); ++#endif } #ifdef CONFIG_SMP I have no idea if that is a valid thing to do, but it seems to work for= me. Regards, Hugo Vincent On Wed, May 13, 2009 at 11:27 AM, Thomas Gleixner = wrote: > We are pleased to announce the next update to our new preempt-rt > series. > > =A0 =A0- rebase to 2.6.29.3 (NOP) > =A0 =A0- loadavg optimization > =A0 =A0- futex updates (tglx, peterz) > > Download locations: > > =A0 =A0http://rt.et.redhat.com/download/ > =A0 =A0http://www.kernel.org/pub/linux/kernel/projects/rt/ > > Information on the RT patch can be found at: > > =A0 =A0http://rt.wiki.kernel.org/index.php/Main_Page > > to build the 2.6.29.3-rt12 tree, the following patches should be > applied: > > =A0 =A0http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.3.tar= =2Ebz2 > =A0 =A0http://www.kernel.org/pub/linux/kernel/projects/rt/patch-2.6.2= 9.3-rt12.bz2 > > The broken out patches are also available at the same download > locations. > > Enjoy ! > > =A0 =A0 =A0 tglx > -- > To unsubscribe from this list: send the line "unsubscribe linux-rt-us= ers" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at =A0http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-rt-user= s" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html