Re: [PATCHSET] Time: Generic Timekeeping Subsystem (v C2)

From: john stultz
Date: Wed May 10 2006 - 21:54:22 EST


On Wed, 2006-05-10 at 16:57 -0700, john stultz wrote:
> All,
> Here is an updated version of the smaller, reworked and improved
> patchset, most of which is currently in -mm.

Tim pointed out I had a typo in apm.c that kept it from building. The
following fix is need (I'll be making a silent update of the release on
the web site).

thanks
-john

diff --git a/arch/i386/kernel/apm.c b/arch/i386/kernel/apm.c
index 25d5ef4..5811438 100644
--- a/arch/i386/kernel/apm.c
+++ b/arch/i386/kernel/apm.c
@@ -1154,7 +1154,7 @@ static void set_time(void)
if (got_clock_diff) { /* Must know time zone in order to set clock */
ts.tv_sec = get_cmos_time() + clock_cmos_diff;
ts.tv_nsec = 0;
- do_settimeofday(&ts)
+ do_settimeofday(&ts);
}
}



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/