| To: | djohnson+linuxmips@sw.starentnetworks.com, linux-mips@linux-mips.org |
|---|---|
| Subject: | Re: Fix for gettimeofday jumping backwards, then forwards. |
| From: | Martin Michlmayr <tbm@cyrius.com> |
| Date: | Mon, 13 Mar 2006 19:43:02 +0000 |
| In-reply-to: | <20060219222126.GA14543@deprecation.cyrius.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20060219222126.GA14543@deprecation.cyrius.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.11+cvs20060126 |
* 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 in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Au1550/1200: add missing PSC #define's and make OSS drivers use the proper ones, Jordan Crouse |
|---|---|
| Next by Date: | Cross compile kernel w/ buildroot toolchain, Kurt Schwemmer |
| Previous by Thread: | [PATCH] Au1550/1200: add missing PSC #define's and make OSS drivers use the proper ones, Sergei Shtylylov |
| Next by Thread: | Cross compile kernel w/ buildroot toolchain, Kurt Schwemmer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |