]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/openslug-kernel-2.6.7/arm-timer.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / openslug-kernel-2.6.7 / arm-timer.patch
1 --- linux-2.6.7/arch/arm/mach-ixp4xx/common.c.orig      2004-09-26 15:32:52.000000000 -0400
2 +++ linux-2.6.7/arch/arm/mach-ixp4xx/common.c   2004-09-26 15:33:34.000000000 -0400
3 @@ -223,13 +223,7 @@ static irqreturn_t ixp4xx_timer_interrup
4         /* Clear Pending Interrupt by writing '1' to it */
5         *IXP4XX_OSST = IXP4XX_OSST_TIMER_1_PEND;
6  
7 -       /*
8 -        * Catch up with the real idea of time
9 -        */
10 -       do {    
11 -               do_timer(regs);
12 -               last_jiffy_time += LATCH;
13 -       } while((*IXP4XX_OSTS - last_jiffy_time) > LATCH);
14 +       do_timer(regs);
15  
16         return IRQ_HANDLED;
17  }