All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] [PATCH] provide probe_irq_mask dummy function
@ 2003-07-18 16:47 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2003-07-18 16:47 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

First patch! :P

This is what the other arches does to provide this ISA stuff, Grant suggested
cleaning the only user of this stuff, that is drivers/pcmcia/yenta_socket.c,
but Willy agreed that as we're on 2.6 times this bandaid is better for the time
being.

Best Regards,

- Arnaldo

===== arch/parisc/kernel/irq.c 1.15 vs edited =====
--- 1.15/arch/parisc/kernel/irq.c	Mon May  5 12:34:24 2003
+++ edited/arch/parisc/kernel/irq.c	Fri Jul 18 13:40:34 2003
@@ -842,6 +842,10 @@
 	return irq_found;
 }
 
+unsigned int probe_irq_mask(unsigned long irqs)
+{
+	return 0;
+}
 
 void __init init_IRQ(void)
 {
===== arch/parisc/kernel/parisc_ksyms.c 1.9 vs edited =====
--- 1.9/arch/parisc/kernel/parisc_ksyms.c	Sun Jun  8 17:24:25 2003
+++ edited/arch/parisc/kernel/parisc_ksyms.c	Fri Jul 18 13:41:37 2003
@@ -37,6 +37,7 @@
 #include <asm/irq.h>
 EXPORT_SYMBOL(enable_irq);
 EXPORT_SYMBOL(disable_irq);
+EXPORT_SYMBOL(probe_irq_mask);
 
 #include <asm/processor.h>
 EXPORT_SYMBOL(kernel_thread);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-18 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-18 16:47 [parisc-linux] [PATCH] provide probe_irq_mask dummy function Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.