Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269358AbUIIGic (ORCPT ); Thu, 9 Sep 2004 02:38:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269360AbUIIGic (ORCPT ); Thu, 9 Sep 2004 02:38:32 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:62094 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S269358AbUIIGia (ORCPT ); Thu, 9 Sep 2004 02:38:30 -0400 From: Jesse Barnes To: george@mvista.com Subject: Re: [RFC][PATCH] new timeofday core subsystem (v.A0) Date: Wed, 8 Sep 2004 23:37:30 -0700 User-Agent: KMail/1.7 Cc: john stultz , Christoph Lameter , Albert Cahalan , lkml , tim@physik3.uni-rostock.de, Ulrich.Windl@rz.uni-regensburg.de, Len Brown , linux@dominikbrodowski.de, David Mosberger , Andi Kleen , paulus@samba.org, schwidefsky@de.ibm.com, jimix@us.ibm.com, keith maanthey , greg kh , Patricia Gaughen , Chris McDermott References: <1094159238.14662.318.camel@cog.beaverton.ibm.com> <1094700768.29408.124.camel@cog.beaverton.ibm.com> <413FDC9F.1030409@mvista.com> In-Reply-To: <413FDC9F.1030409@mvista.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409082337.30961.jbarnes@engr.sgi.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 16 On Wednesday, September 8, 2004 9:31 pm, George Anzinger wrote: > a.) resolution. If you don't put a limit on this you will invite timer > storms. Currently, by useing 1/HZ resolution, all timer "line up" on ticks > and reduce the interrupt overhead that would occure if we actually tried to > give "exactly" what was asked for. This is a matter of math and can be > handled (assuming we resist the urge to go shopping :)) This can be bad though if lots of CPUs hit it at the same time or nearly so if they're all trying to write the same cacheline or two. Jesse - 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/