[parisc-linux-cvs] 2.4.21-pa10: PCMCIA stuff, sti=off, stifb=off

Grant Grundler grundler@parisc-linux.org
Tue, 12 Aug 2003 09:50:59 -0600


On Tue, Aug 12, 2003 at 09:04:07AM +0200, Helge Deller wrote:
> Index: arch/parisc/kernel/irq.c
> ===================================================================
> RCS file: /var/cvs/linux/arch/parisc/kernel/irq.c,v
> retrieving revision 1.60
> diff -u -p -r1.60 irq.c
> --- arch/parisc/kernel/irq.c	4 Dec 2002 01:05:24 -0000	1.60
> +++ arch/parisc/kernel/irq.c	12 Aug 2003 06:58:47 -0000

Here's the probe_irq_mask() that either Joel or Jan (sorry, I forgot)
sent earlier:

+unsigned int probe_irq_mask(unsigned long irqs)
+{
+       return 0;
+}

If the code you committed works, great. But I don't see how we can
support EISA IRQs (IRQs 1-15) since they really don't exist.
We don't attempt to emulate EISA IRQ numbers and I'm not sure
we need to.

Also need to add "EXPORT_SYMBOL(probe_irq_mask)" to parisc_ksyms.c.

grant

ps. apologies for not committing probe_irq_mask() before...I'm not
   having good luck with 64-bit testing of this stuff.