summaryrefslogtreecommitdiff
path: root/packages/linux/nslu2-kernel/2.6.13/20-timer.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-11-28 20:31:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-28 20:31:23 +0000
commit24715af7cd33bf4e50bc1fa0c50348938bacc928 (patch)
treea57973e388e8f17f105d843e9d4d0bd25eccbeb6 /packages/linux/nslu2-kernel/2.6.13/20-timer.patch
parent0dd6ab7a56866cbedbcba43115530ff9e42b86e5 (diff)
parent4e7ade7c5ebbdca9c9c57a2dcda1fba71944897d (diff)
merge of 44ef2a80f1407b2958e8f750892482362d9bb352
and d6ed8bd922639d616c17c01d270e9edf2bc6b517
Diffstat (limited to 'packages/linux/nslu2-kernel/2.6.13/20-timer.patch')
-rw-r--r--packages/linux/nslu2-kernel/2.6.13/20-timer.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/linux/nslu2-kernel/2.6.13/20-timer.patch b/packages/linux/nslu2-kernel/2.6.13/20-timer.patch
deleted file mode 100644
index 356da6bb28..0000000000
--- a/packages/linux/nslu2-kernel/2.6.13/20-timer.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urN linux-2.6.13.1/include/asm-arm/arch-ixp4xx/timex.h nslu2-2.6.13.1/include/asm-arm/arch-ixp4xx/timex.h
---- linux-2.6.13.1/include/asm-arm/arch-ixp4xx/timex.h 2005-09-17 12:42:45.000000000 +0200
-+++ nslu2-2.6.13.1/include/asm-arm/arch-ixp4xx/timex.h 2005-09-17 12:15:31.000000000 +0200
-@@ -9,7 +9,12 @@
- * We use IXP425 General purpose timer for our timer needs, it runs at
- * 66.66... MHz. We do a convulted calculation of CLOCK_TICK_RATE b/c the
- * timer register ignores the bottom 2 bits of the LATCH value.
-+ * The NSLU2 has a 33.00MHz crystal, so a different FREQ is required.
- */
-+#ifdef CONFIG_ARCH_NSLU2
-+#define FREQ 66000000
-+#else
- #define FREQ 66666666
-+#endif
- #define CLOCK_TICK_RATE (((FREQ / HZ & ~IXP4XX_OST_RELOAD_MASK) + 1) * HZ)
-