Index: linux-2.0.x/arch/m68knommu/kernel/setup.c =================================================================== RCS file: /cvs/sw/linux-2.0.x/arch/m68knommu/kernel/setup.c,v retrieving revision 1.20 diff -c -r1.20 setup.c *** linux-2.0.x/arch/m68knommu/kernel/setup.c 8 Apr 2002 06:15:00 -0000 1.20 --- linux-2.0.x/arch/m68knommu/kernel/setup.c 30 Jun 2002 22:43:51 -0000 *************** *** 385,393 **** void arch_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec) { if (mach_gettod) mach_gettod(year, mon, day, hour, min, sec); - else - *year = *mon = *day = *hour = *min = *sec = 0; } --- 385,392 ---- void arch_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec) { + *year = *mon = *day = *hour = *min = *sec = 0; if (mach_gettod) mach_gettod(year, mon, day, hour, min, sec); } Index: linux-2.4.x/arch/m68knommu/kernel/setup.c =================================================================== RCS file: /cvs/sw/linux-2.4.x/arch/m68knommu/kernel/setup.c,v retrieving revision 1.6 diff -c -r1.6 setup.c *** linux-2.4.x/arch/m68knommu/kernel/setup.c 8 Apr 2002 05:10:47 -0000 1.6 --- linux-2.4.x/arch/m68knommu/kernel/setup.c 30 Jun 2002 22:44:07 -0000 *************** *** 413,422 **** void arch_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec) { if (mach_gettod) mach_gettod(year, mon, day, hour, min, sec); - else - *year = *mon = *day = *hour = *min = *sec = 0; } --- 413,421 ---- void arch_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec) { + *year = *mon = *day = *hour = *min = *sec = 0; if (mach_gettod) mach_gettod(year, mon, day, hour, min, sec); } Index: linux-2.4.x/arch/m68knommu/platform/68VZ328/ucdimm/config.c =================================================================== RCS file: /cvs/sw/linux-2.4.x/arch/m68knommu/platform/68VZ328/ucdimm/config.c,v retrieving revision 1.1 diff -c -r1.1 config.c *** linux-2.4.x/arch/m68knommu/platform/68VZ328/ucdimm/config.c 13 Dec 2001 00:41:19 -0000 1.1 --- linux-2.4.x/arch/m68knommu/platform/68VZ328/ucdimm/config.c 30 Jun 2002 22:44:08 -0000 *************** *** 51,56 **** --- 51,57 ---- void BSP_gettod (int *yearp, int *monp, int *dayp, int *hourp, int *minp, int *secp) { + *yearp = *monp = *dayp = *hourp = *minp = *secp = 0; } int BSP_hwclk(int op, struct hwclk_time *t)