aboutsummaryrefslogtreecommitdiffstats
path: root/linux/nslu2-openslug-2.6.7/arm-timer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux/nslu2-openslug-2.6.7/arm-timer.patch')
-rw-r--r--linux/nslu2-openslug-2.6.7/arm-timer.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/nslu2-openslug-2.6.7/arm-timer.patch b/linux/nslu2-openslug-2.6.7/arm-timer.patch
index e69de29bb2..b36df4fe7c 100644
--- a/linux/nslu2-openslug-2.6.7/arm-timer.patch
+++ b/linux/nslu2-openslug-2.6.7/arm-timer.patch
@@ -0,0 +1,17 @@
+--- 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;
+ }