aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc-2.6/patches/000-rdc_fixes.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-05-25 23:41:07 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-05-25 23:41:07 +0000
commitb62d62a3c401de0140f029918730d8bf40cf395f (patch)
treebaf69ed3120f249c7b18b0dc72e1324e55539ca8 /target/linux/rdc-2.6/patches/000-rdc_fixes.patch
parent336885694424dcaa837fd54c515bb74f4d4aa409 (diff)
downloadupstream-b62d62a3c401de0140f029918730d8bf40cf395f.tar.gz
upstream-b62d62a3c401de0140f029918730d8bf40cf395f.tar.bz2
upstream-b62d62a3c401de0140f029918730d8bf40cf395f.zip
Update rdc to .21, mark it as broken
SVN-Revision: 7335
Diffstat (limited to 'target/linux/rdc-2.6/patches/000-rdc_fixes.patch')
-rw-r--r--target/linux/rdc-2.6/patches/000-rdc_fixes.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/rdc-2.6/patches/000-rdc_fixes.patch b/target/linux/rdc-2.6/patches/000-rdc_fixes.patch
index 140cde9a9b..148fc482b4 100644
--- a/target/linux/rdc-2.6/patches/000-rdc_fixes.patch
+++ b/target/linux/rdc-2.6/patches/000-rdc_fixes.patch
@@ -30,19 +30,6 @@ diff -urN linux-2.6.19/arch/i386/Makefile linux-2.6.19.new/arch/i386/Makefile
# default subarch .h files
mflags-y += -Iinclude/asm-i386/mach-default
-diff -urN linux-2.6.19/arch/i386/kernel/time.c linux-2.6.19.new/arch/i386/kernel/time.c
---- linux-2.6.19/arch/i386/kernel/time.c 2006-11-29 22:57:37.000000000 +0100
-+++ linux-2.6.19.new/arch/i386/kernel/time.c 2006-12-17 17:13:10.000000000 +0100
-@@ -361,7 +361,8 @@
- static void __init hpet_time_init(void)
- {
- struct timespec ts;
-- ts.tv_sec = get_cmos_time();
-+ /* RDC board does not have CMOS */
-+ ts.tv_sec = 0;
- ts.tv_nsec = (INITIAL_JIFFIES % HZ) * (NSEC_PER_SEC / HZ);
-
- do_settimeofday(&ts);
diff -urN linux-2.6.19/arch/i386/mach-rdc/Makefile linux-2.6.19.new/arch/i386/mach-rdc/Makefile
--- linux-2.6.19/arch/i386/mach-rdc/Makefile 1970-01-01 01:00:00.000000000 +0100
+++ linux-2.6.19.new/arch/i386/mach-rdc/Makefile 2006-12-17 17:13:33.000000000 +0100