From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18213.20275.927017.134838@cargo.ozlabs.ibm.com> Date: Mon, 29 Oct 2007 14:10:43 +1100 From: Paul Mackerras To: linuxppc-dev@ozlabs.org Subject: Re: [POWERPC] Fix off-by-one error in setting decrementer on Book E In-Reply-To: <18213.19469.827909.663373@cargo.ozlabs.ibm.com> References: <18213.19469.827909.663373@cargo.ozlabs.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I wrote: > @@ -601,10 +601,8 @@ void timer_interrupt(struct pt_regs * regs) That should be @@ -601,8 +601,6 @@ void timer_interrupt(struct pt_regs * regs) of course. Paul.