Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933145AbYB2P6x (ORCPT ); Fri, 29 Feb 2008 10:58:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759307AbYB2P6o (ORCPT ); Fri, 29 Feb 2008 10:58:44 -0500 Received: from www.tglx.de ([62.245.132.106]:57573 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756370AbYB2P6n (ORCPT ); Fri, 29 Feb 2008 10:58:43 -0500 Date: Fri, 29 Feb 2008 16:57:57 +0100 (CET) From: Thomas Gleixner To: Andrew Morton cc: Karsten Wiese , linux-kernel@vger.kernel.org, Ingo Molnar Subject: Re: [PATCH] Optimise tick_nohz_stop_sched_tick() a bit In-Reply-To: <20080228171634.f6fab4de.akpm@linux-foundation.org> Message-ID: References: <200802281510.51191.fzu@wemgehoertderstaat.de> <20080228171634.f6fab4de.akpm@linux-foundation.org> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 874 Lines: 28 On Thu, 28 Feb 2008, Andrew Morton wrote: > On Thu, 28 Feb 2008 15:10:50 +0100 Karsten Wiese wrote: > -static ktime_t tick_nohz_start_idle(int cpu, struct tick_sched *ts) > +static ktime_t tick_nohz_start_idle(struct tick_sched *ts) > { > ktime_t now, delta; > > @@ -200,7 +200,7 @@ void tick_nohz_stop_sched_tick(void) > > cpu = smp_processor_id(); > ts = &per_cpu(tick_cpu_sched, cpu); > - now = tick_nohz_start_idle(cpu, ts); > + now = tick_nohz_start_idle(ts); > > /* > * If this cpu is offline and it is the one which updates Combined patch applied to hrt.git Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/