From: "David S. Miller" <davem@redhat.com>
To: sparclinux@vger.kernel.org
Subject: Re: Another compile problem on sparc64
Date: Sun, 28 Mar 2004 09:16:24 +0000 [thread overview]
Message-ID: <20040328011624.442bf391.davem@redhat.com> (raw)
In-Reply-To: <1080384189.2285.8.camel@pegasus>
You could have killed all of this by just temporarily removing
the "-Werror" that gets added in the arch/sparc64/ Makefiles :-)
This latest one only happens on uniprocessor builds, which is why
I didn't catch it. Only recent debian unstable updates of gcc started
to emit these warnings fwiw...
Anyways, here's the fix, I'll push it off to Linus.
=== arch/sparc64/mm/init.c 1.55 vs edited ==--- 1.55/arch/sparc64/mm/init.c Mon Mar 1 06:30:54 2004
+++ edited/arch/sparc64/mm/init.c Sun Mar 28 01:13:58 2004
@@ -104,7 +104,7 @@
if (page2)
page2->lru.next = page->lru.next;
else
- (struct page *)pgd_quicklist = page->lru.next;
+ pgd_quicklist = (void *) page->lru.next;
pgd_cache_size -= 2;
__free_page(page);
if (page2)
prev parent reply other threads:[~2004-03-28 9:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-27 10:43 Another compile problem on sparc64 Marcel Holtmann
2004-03-28 9:16 ` David S. Miller [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=20040328011624.442bf391.davem@redhat.com \
--to=davem@redhat.com \
--cc=sparclinux@vger.kernel.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 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.