summaryrefslogtreecommitdiff
path: root/packages/linux/openslug-kernel-2.6.7/arm-timer.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/openslug-kernel-2.6.7/arm-timer.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/openslug-kernel-2.6.7/arm-timer.patch')
-rw-r--r--packages/linux/openslug-kernel-2.6.7/arm-timer.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/linux/openslug-kernel-2.6.7/arm-timer.patch b/packages/linux/openslug-kernel-2.6.7/arm-timer.patch
index e69de29bb2..b36df4fe7c 100644
--- a/packages/linux/openslug-kernel-2.6.7/arm-timer.patch
+++ b/packages/linux/openslug-kernel-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;
+ }