public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* mpparse.c question
@ 2001-02-02 16:04 Manfred
  2001-02-02 17:16 ` Maciej W. Rozycki
  0 siblings, 1 reply; 4+ messages in thread
From: Manfred @ 2001-02-02 16:04 UTC (permalink / raw)
  To: mingo, Maciej W. Rozycki, linux-kernel

I've started cleaning up mpparse.c/ioapic.c for the addition of acpi
support, but I got stuck in the mess of global variables.

What's the purpose of of the irq_2_pin in io_apic.c?

I assume that I overlook something, but afaics the code allows one
physical interrupt source (e.g. INTA from device 9 on pci bus 0) to
arrive at multiple ioapic pins.

Can that happen, is that important?

Silly question: Why can't we ignore all but the first pin? If we don't
enable the additional pins, we don't have to disable them during
disable_irq().

disable_irq() and enable_irq() seem to be the only users of irq_2_pin.

Btw, is is correct that the isa irq's are always connected to the first
io apic? find_isa_irq_pin() doesn't handle that, and the caller just
access io apic 0.

--
	Manfred
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-02-02 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-02 16:04 mpparse.c question Manfred
2001-02-02 17:16 ` Maciej W. Rozycki
2001-02-02 17:45   ` Ingo Molnar
2001-02-02 18:20     ` Maciej W. Rozycki

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