From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by ozlabs.org (Postfix) with ESMTP id BCC0E680A4 for ; Sat, 27 Aug 2005 15:15:18 +1000 (EST) Received: by rproxy.gmail.com with SMTP id a36so929585rnf for ; Fri, 26 Aug 2005 22:15:17 -0700 (PDT) Date: Fri, 26 Aug 2005 23:04:22 -0600 To: Dan Malek Message-ID: <20050827050422.GC7234@siegfried.thelikelysolution.ca> References: <20050826225509.GF5541@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: From: Grant Likely Cc: Andrew Morton , Tom Rini , Kumar Gala , linuxppc-dev@ozlabs.org Subject: Re: [PATCH] ppc32: add CONFIG_HZ List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Aug 26, 2005 at 07:07:01PM -0400, Dan Malek wrote: > > On Aug 26, 2005, at 6:55 PM, Tom Rini wrote: > > >Yes, it was. With 2.6.13 and on i386 (and other arches that actually > >make use of the question) it can be any of 100, 250 or 1000. > > Well, 250 just seems wrong as I mentioned in a previous message. > It will function, but an application is going to see lots of clock > jitter > unless you work in multiples of 100. My choices would be 100, 200, > 500, or 1000. What's the reason for clock jitter? Is it because most timeouts are set to multiples of 100, or some other reason? Thanks, g.