diff options
Diffstat (limited to 'linux/nslu2-openslug-2.6.7/arm-timer.patch')
-rw-r--r-- | linux/nslu2-openslug-2.6.7/arm-timer.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/linux/nslu2-openslug-2.6.7/arm-timer.patch b/linux/nslu2-openslug-2.6.7/arm-timer.patch deleted file mode 100644 index b36df4fe7c..0000000000 --- a/linux/nslu2-openslug-2.6.7/arm-timer.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- linux-2.6.7/arch/arm/mach-ixp4xx/common.c.orig 2004-09-26 15:32:52.000000000 -0400 -+++ linux-2.6.7/arch/arm/mach-ixp4xx/common.c 2004-09-26 15:33:34.000000000 -0400 -@@ -223,13 +223,7 @@ static irqreturn_t ixp4xx_timer_interrup - /* Clear Pending Interrupt by writing '1' to it */ - *IXP4XX_OSST = IXP4XX_OSST_TIMER_1_PEND; - -- /* -- * Catch up with the real idea of time -- */ -- do { -- do_timer(regs); -- last_jiffy_time += LATCH; -- } while((*IXP4XX_OSTS - last_jiffy_time) > LATCH); -+ do_timer(regs); - - return IRQ_HANDLED; - } |