From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Override timer interrupt Date: Fri, 12 Oct 2007 16:39:53 -0500 Message-ID: In-Reply-To: <20071012213041.GB22894@mag.az.mvista.com> References: <20071012213041.GB22894@mag.az.mvista.com> From: "Rune Torgersen" To: "Mark A. Greer" 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: , > From: Mark A. Greer=20 > > 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.=20 Currently our board port lives in /arch/ppc (2.6.18) but I will take a look in powerpc.