From: jbarnes@sgi.com (Jesse Barnes)
To: linux-ia64@vger.kernel.org
Subject: [PATCH] fix cast in irq_lsapic.c
Date: Fri, 16 Jan 2004 20:15:22 +0000 [thread overview]
Message-ID: <20040116201522.GA15454@sgi.com> (raw)
Now that I've disabled dependency violation checking in my build of
binutils, I can see real warnings much more easily.
This patch just updates the cast in irq_lsapic.c to use the cpumask_t
type for the noop cast assignment to smp_affinity.
Jesse
=== arch/ia64/kernel/irq_lsapic.c 1.3 vs edited ==--- 1.3/arch/ia64/kernel/irq_lsapic.c Fri Jul 19 07:02:26 2002
+++ edited/arch/ia64/kernel/irq_lsapic.c Fri Jan 16 12:11:04 2004
@@ -34,5 +34,5 @@
.disable = lsapic_noop,
.ack = lsapic_noop,
.end = lsapic_noop,
- .set_affinity = (void (*)(unsigned int, unsigned long)) lsapic_noop
+ .set_affinity = (void (*)(unsigned int, cpumask_t)) lsapic_noop
};
next reply other threads:[~2004-01-16 20:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-16 20:15 Jesse Barnes [this message]
2004-01-17 17:06 ` [PATCH] fix cast in irq_lsapic.c Christoph Hellwig
2004-01-20 1:47 ` Jesse Barnes
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=20040116201522.GA15454@sgi.com \
--to=jbarnes@sgi.com \
--cc=linux-ia64@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox