From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Matthew Wilcox <willy@debian.org>
Cc: parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] [PATCH] provide probe_irq_mask dummy function
Date: Fri, 18 Jul 2003 13:47:22 -0300 [thread overview]
Message-ID: <20030718164722.GJ1582@conectiva.com.br> (raw)
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);
reply other threads:[~2003-07-18 16:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030718164722.GJ1582@conectiva.com.br \
--to=acme@conectiva.com.br \
--cc=parisc-linux@lists.parisc-linux.org \
--cc=willy@debian.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.