diff options
Diffstat (limited to 'packages/linux/nslu2-kernel/2.6.14/50-nslu2-general.patch')
-rw-r--r-- | packages/linux/nslu2-kernel/2.6.14/50-nslu2-general.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/nslu2-kernel/2.6.14/50-nslu2-general.patch b/packages/linux/nslu2-kernel/2.6.14/50-nslu2-general.patch index b97341428b..4f473e59f9 100644 --- a/packages/linux/nslu2-kernel/2.6.14/50-nslu2-general.patch +++ b/packages/linux/nslu2-kernel/2.6.14/50-nslu2-general.patch @@ -1160,7 +1160,7 @@ diff -urN linux-2.6.14-rc2/arch/arm/mach-ixp4xx/nslu2-setup.c test3/arch/arm/mac +static void __init nslu2_init(void) +{ + /* NSLU2 has a 33.00 MHZ crystal, we need to cope with that */ -+ ixp4xx_ticks_per_usec = NSLU2_CLOCK_TICKS_PER_USEC; ++/* ixp4xx_ticks_per_usec = NSLU2_CLOCK_TICKS_PER_USEC;*/ + + ixp4xx_sys_init(); + |