Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261507AbVASAXL (ORCPT ); Tue, 18 Jan 2005 19:23:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261509AbVASAXK (ORCPT ); Tue, 18 Jan 2005 19:23:10 -0500 Received: from mustang.oldcity.dca.net ([216.158.38.3]:31384 "HELO mustang.oldcity.dca.net") by vger.kernel.org with SMTP id S261507AbVASAWQ (ORCPT ); Tue, 18 Jan 2005 19:22:16 -0500 Subject: Re: [PATCH] dynamic tick patch From: Lee Revell To: Tony Lindgren Cc: Pavel Machek , George Anzinger , john stultz , Andrea Arcangeli , Zwane Mwaikambo , Con Kolivas , Martin Schwidefsky , linux-kernel@vger.kernel.org In-Reply-To: <20050119000556.GB14749@atomide.com> References: <20050119000556.GB14749@atomide.com> Content-Type: text/plain Date: Tue, 18 Jan 2005 19:22:10 -0500 Message-Id: <1106094130.30792.12.camel@krustophenia.net> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 903 Lines: 21 On Tue, 2005-01-18 at 16:05 -0800, Tony Lindgren wrote: > Currently supported timers are TSC and ACPI PM timer. Other > timers should be easy to add. Both TSC and ACPI PM timer > rely on the PIT timer for interrupts, so the maximum skip > inbetween ticks is only few seconds at most. > An interesting hack if your sound cards interval timer is supported and can interrupt at high enough resolution (currently ymfpci, emu10k1 and some ISA cards) would be to use it as the system timer. Who knows, it might even be useful for games, music and AV stuff that clocks off the sound card anyway. It would probably be easy, ALSA has a very clean timer API. Lee - 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/