mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: john stultz <johnstul@us.ibm.com>
To: lkml <linux-kernel@vger.kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>, Roman Zippel <zippel@linux-m68k.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Steven Rostedt <rostedt@goodmis.org>, Tim Mann <mann@vmware.com>,
	Jim Cromie <jim.cromie@gmail.com>
Subject: Re: [PATCHSET] Time: Generic Timekeeping Subsystem (v C2)
Date: Wed, 10 May 2006 18:54:36 -0700	[thread overview]
Message-ID: <1147312476.12500.11.camel@localhost.localdomain> (raw)
In-Reply-To: <1147305476.12500.3.camel@localhost.localdomain>

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);
 	} 
 }
 



      reply	other threads:[~2006-05-11  1:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-10 23:57 john stultz
2006-05-11  1:54 ` john stultz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1147312476.12500.11.camel@localhost.localdomain \
    --to=johnstul@us.ibm.com \
    --cc=jim.cromie@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mann@vmware.com \
    --cc=mingo@elte.hu \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    --cc=zippel@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®