[POWERPC] Fix off-by-one error in setting decrementer on Book E

Paul Mackerras paulus at samba.org
Mon Oct 29 14:10:43 EST 2007


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.



More information about the Linuxppc-dev mailing list