public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* request_irq() and setup_irq()
@ 2004-10-21 15:11 Christian Hildner
  2004-10-21 15:38 ` Matthew Wilcox
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Christian Hildner @ 2004-10-21 15:11 UTC (permalink / raw)
  To: linux-ia64

Hi,

looking through the sources of 2.4.21 there come up one question. If a 
device wants to register its interrupt it may call request_irq() that 
then calls setup_irq(). Now since SA_PERCPU_IRQ is not set by the device 
setup_irq() does not initialize desc->handler. Can that be fixed by 
adding SA_PERCPU_IRQ to irqflags in request_irq() or does that introduce 
problems at another place?

Christian


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

end of thread, other threads:[~2004-10-22 13:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-21 15:11 request_irq() and setup_irq() Christian Hildner
2004-10-21 15:38 ` Matthew Wilcox
2004-10-21 16:53 ` Grant Grundler
2004-10-22  1:22 ` Tian, Kevin
2004-10-22 13:06 ` Christian Hildner

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