From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759347Ab0DBIBK (ORCPT ); Fri, 2 Apr 2010 04:01:10 -0400 Received: from casper.infradead.org ([85.118.1.10]:37661 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759263Ab0DBIBD convert rfc822-to-8bit (ORCPT ); Fri, 2 Apr 2010 04:01:03 -0400 Subject: Re: [REGRESSION 2.6.30][PATCH 1/1] sched: defer idle accounting till after load update period From: Peter Zijlstra To: Thomas Gleixner Cc: Chase Douglas , Andrew Morton , linux-kernel@vger.kernel.org, Ingo Molnar , "Rafael J. Wysocki" , kernel-team In-Reply-To: References: <1269870072-22449-1-git-send-email-chase.douglas@canonical.com> <1269870072-22449-2-git-send-email-chase.douglas@canonical.com> <20100401122740.a1ae80a7.akpm@linux-foundation.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Fri, 02 Apr 2010 09:59:44 +0200 Message-ID: <1270195184.5109.523.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2010-04-01 at 22:18 +0200, Thomas Gleixner wrote: > Well, the uninterruptible count imbalance is preventing us to calc the > load avg per cpu, which is something the power saving folks are > interested in. > > If that is fixed we probably have a good chance to collect the per cpu > stuff and build a combined one - have not looked into the gory details > of the math yet. The problem with all this per-cpu loadavg is that it would require a steady tick on each cpu to age this loadavg, which is quite in contradiction with power savings as they rather like the nohz feature. No idea yet on what to do about that.