From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 12 Oct 2007 14:55:45 -0700 From: "Mark A. Greer" To: Rune Torgersen Subject: Re: Override timer interrupt Message-ID: <20071012215545.GE22894@mag.az.mvista.com> References: <20071012213041.GB22894@mag.az.mvista.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, linuxppc-embedded@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Oct 12, 2007 at 04:39:53PM -0500, Rune Torgersen wrote: > > From: Mark A. Greer > > > Is there an easy way to use something other than the decrementer for > the > > > timer interrupt? > > > Check out the clocksource stuff. It let's you set up numerous clock > > sources and set the rating of each one. You can start looking in > > arch/powerpc/kernel/time.c for example code. > > Thanks I will. > Currently our board port lives in /arch/ppc (2.6.18) but I will take a > look in powerpc. Okay. Just an FYI, arch/ppc will evaporate next summer. Mark