From: Martin Michlmayr <tbm@cyrius.com>
To: djohnson+linuxmips@sw.starentnetworks.com, linux-mips@linux-mips.org
Subject: Re: Fix for gettimeofday jumping backwards, then forwards.
Date: Mon, 13 Mar 2006 19:43:02 +0000 [thread overview]
Message-ID: <20060313194302.GA32432@deprecation.cyrius.com> (raw)
In-Reply-To: <20060219222126.GA14543@deprecation.cyrius.com>
* Martin Michlmayr <tbm@cyrius.com> [2006-02-19 22:21]:
> From: Dave Johnson <djohnson+linuxmips@sw.starentnetworks.com>
> [MIPS] Fix for gettimeofday jumping backwards, then forwards.
Dave, this patch leads to the following compilation on SB1 1480:
arch/mips/sibyte/swarm/lib.a(setup.o): In function `swarm_time_init':setup.c:(.init.text+0x2b8): undefined reference to `sb1250_hpt_setup'
> arch/mips/sibyte/sb1250/time.c | 77 ++++++++++++++++++++++++++---------
> arch/mips/sibyte/swarm/setup.c | 7 +++
> +++ new/arch/mips/sibyte/swarm/setup.c 2006-01-16 16:39:27.000000000 +0000
> @@ -70,6 +70,12 @@
> return "SiByte " SIBYTE_BOARD_NAME;
> }
>
> +void __init swarm_time_init(void)
> +{
> + /* Setup HPT */
> + sb1250_hpt_setup();
> +}
> +
...
--
Martin Michlmayr
http://www.cyrius.com/
prev parent reply other threads:[~2006-03-13 19:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-19 22:21 Fix for gettimeofday jumping backwards, then forwards Martin Michlmayr
2006-03-13 19:43 ` Martin Michlmayr [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=20060313194302.GA32432@deprecation.cyrius.com \
--to=tbm@cyrius.com \
--cc=djohnson+linuxmips@sw.starentnetworks.com \
--cc=linux-mips@linux-mips.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