From: Willy Tarreau <w@1wt.eu>
To: Mikael Pettersson <mikpe@it.uu.se>
Cc: linux-kernel@vger.kernel.org, David Miller <davem@davemloft.net>
Subject: Re: [PATCH 2.4.34-pre1] gcc4 fix for UP sparc64
Date: Sun, 20 Aug 2006 22:43:28 +0200 [thread overview]
Message-ID: <20060820204328.GV602@1wt.eu> (raw)
In-Reply-To: <200608202018.k7KKIAl4006428@harpo.it.uu.se>
On Sun, Aug 20, 2006 at 10:18:10PM +0200, Mikael Pettersson wrote:
> This patch fixes an invalid-lvalue error when compiling a
> 2.4.34-pre1 kernel on sparc64 with gcc-4.1.1. The kernel
> must be configured with CONFIG_SMP=n for the error to trigger.
It's a fact that I only checked with SMP.
> (I didn't save the error message, sorry.)
No problem, it's self explained.
> A kernel compiled with gcc-4.1.1 boots fine on my Ultra5
> and can rebuild itself, and generally seems no less solid
> than the 2.4.33 I compiled with gcc-3.4.6.
>
> Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
Thanks Mikael,
I'm queueing it in my gcc4 tree.
Davem CC'd.
Willy
> --- linux-2.4.34-pre1/arch/sparc64/mm/init.c.~1~ 2004-11-17 18:36:41.000000000 +0100
> +++ linux-2.4.34-pre1/arch/sparc64/mm/init.c 2006-08-20 20:52:20.000000000 +0200
> @@ -95,7 +95,7 @@ int do_check_pgt_cache(int low, int high
> if (page2)
> page2->next_hash = page->next_hash;
> else
> - (struct page *)pgd_quicklist = page->next_hash;
> + pgd_quicklist = (unsigned long *)page->next_hash;
> page->next_hash = NULL;
> page->pprev_hash = NULL;
> pgd_cache_size -= 2;
prev parent reply other threads:[~2006-08-20 20:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-20 20:18 [PATCH 2.4.34-pre1] gcc4 fix for UP sparc64 Mikael Pettersson
2006-08-20 20:43 ` Willy Tarreau [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=20060820204328.GV602@1wt.eu \
--to=w@1wt.eu \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mikpe@it.uu.se \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.