public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Fix compiler warning in arch/ia64/kernel/irq_lsapic.c
@ 2003-11-05 14:44 Jack Steiner
  2003-11-05 16:14 ` Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jack Steiner @ 2003-11-05 14:44 UTC (permalink / raw)
  To: linux-ia64

Not sure if you are taking fixes like this right now, but...

This fixes a compoiler warning that occurs when NR_CPUS is > 64.



--- linux_base/arch/ia64/kernel/irq_lsapic.c	Wed Nov  5 08:39:39 2003
+++ linux/arch/ia64/kernel/irq_lsapic.c	Wed Nov  5 08:38:27 2003
@@ -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
 };



-- 
Thanks

Jack Steiner (steiner@sgi.com)          651-683-5302
Principal Engineer                      SGI - Silicon Graphics, Inc.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-07 23:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-05 14:44 Fix compiler warning in arch/ia64/kernel/irq_lsapic.c Jack Steiner
2003-11-05 16:14 ` Christoph Hellwig
2003-11-06  2:36 ` Jack Steiner
2003-11-07 23:44 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox