[PATCH] time: fix typo that makes sync_cmos_clock erratic

2007-11-14 Thread David P. Reed
Fix a typo in ntp.c that has caused updating of the persistent (RTC) clock when synced to NTP to behave erratically. When debugging a freeze that arises on my AMD64 machines when I run the ntpd service, I added a number of printk's to monitor the sync_cmos_clock procedure. I discovered that it

[PATCH] time: fix typo that makes sync_cmos_clock erratic

2007-11-14 Thread David P. Reed
Fix a typo in ntp.c that has caused updating of the persistent (RTC) clock when synced to NTP to behave erratically. When debugging a freeze that arises on my AMD64 machines when I run the ntpd service, I added a number of printk's to monitor the sync_cmos_clock procedure. I discovered that it

Re: [PATCH] time: fix typo that makes sync_cmos_clock erratic

2007-11-13 Thread Thomas Gleixner
David, On Mon, 12 Nov 2007, David P. Reed wrote: > From: David P. Reed > > Fix a typo in ntp.c that has caused updating of the persistent (RTC) clock > when synced to NTP to behave erratically. Good catch. > Signed-off-by: David P. Reed Whitespace damaged as well. Please fix and resend >

Re: [PATCH] time: fix typo that makes sync_cmos_clock erratic

2007-11-13 Thread Thomas Gleixner
David, On Mon, 12 Nov 2007, David P. Reed wrote: From: David P. Reed Fix a typo in ntp.c that has caused updating of the persistent (RTC) clock when synced to NTP to behave erratically. Good catch. Signed-off-by: David P. Reed Whitespace damaged as well. Please fix and resend ---

[PATCH] time: fix typo that makes sync_cmos_clock erratic

2007-11-12 Thread David P. Reed
From: David P. Reed Fix a typo in ntp.c that has caused updating of the persistent (RTC) clock when synced to NTP to behave erratically. Signed-off-by: David P. Reed --- When debugging a freeze that arises on my AMD64 machines when I run the ntpd service, I added a number of printk's to

[PATCH] time: fix typo that makes sync_cmos_clock erratic

2007-11-12 Thread David P. Reed
From: David P. Reed Fix a typo in ntp.c that has caused updating of the persistent (RTC) clock when synced to NTP to behave erratically. Signed-off-by: David P. Reed --- When debugging a freeze that arises on my AMD64 machines when I run the ntpd service, I added a number of printk's to

[PATCH] time: fix typo that makes sync_cmos_clock erratic

2007-11-12 Thread David P. Reed
From: David P. Reed Fix a typo in ntp.c that has caused updating of the persistent (RTC) clock when synced to NTP to behave erratically. Signed-off-by: David P. Reed --- When debugging a freeze that arises on my AMD64 machines when I run the ntpd service, I added a number of printk's to

[PATCH] time: fix typo that makes sync_cmos_clock erratic

2007-11-12 Thread David P. Reed
From: David P. Reed Fix a typo in ntp.c that has caused updating of the persistent (RTC) clock when synced to NTP to behave erratically. Signed-off-by: David P. Reed --- When debugging a freeze that arises on my AMD64 machines when I run the ntpd service, I added a number of printk's to