From: Chris Wedgwood <cw@f00f.org>
To: linux-ia64@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Cc: Matt Mackall <mpm@selenic.com>
Subject: [PATCH] silence sort(..., swap) warning on ia64
Date: Thu, 10 Mar 2005 18:18:35 +0000 [thread overview]
Message-ID: <20050310181835.GA8348@taniwha.stupidest.org> (raw)
Not tested but seems plausible :-)
=== arch/ia64/mm/extable.c 1.11 vs edited ==--- 1.11/arch/ia64/mm/extable.c 2005-03-07 20:41:46 -08:00
+++ edited/arch/ia64/mm/extable.c 2005-03-10 10:14:55 -08:00
@@ -20,7 +20,7 @@ static int cmp_ex(const void *a, const v
return lip - rip;
}
-static void swap_ex(void *a, void *b)
+static void swap_ex(void *a, void *b, int _unused_size)
{
struct exception_table_entry *l = a, *r = b, tmp;
u64 delta = (u64) r - (u64) l;
next reply other threads:[~2005-03-10 18:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-10 18:18 Chris Wedgwood [this message]
2005-03-10 19:36 ` [PATCH] silence sort(..., swap) warning on ia64 Matt Mackall
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=20050310181835.GA8348@taniwha.stupidest.org \
--to=cw@f00f.org \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.com \
/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