Linux MIPS Architecture development
 help / color / mirror / Atom feed
* please export probe_irq_mask
@ 2004-12-27  5:48 Atsushi Nemoto
  2004-12-27 12:03 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2004-12-27  5:48 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Now probe_irq_mask is in kernel/irq/autoprobe.c, but it is not
exported.  Please export it as past.

Here is a patch (or kernel/irq/autoprobe.c should be fixed?)

Thank you.

--- linux-mips/arch/mips/kernel/mips_ksyms.c	2004-09-22 13:27:59.000000000 +0900
+++ linux/arch/mips/kernel/mips_ksyms.c	2004-12-27 14:37:12.524814712 +0900
@@ -60,3 +60,5 @@
 EXPORT_SYMBOL(csum_partial);
 
 EXPORT_SYMBOL(invalid_pte_table);
+extern unsigned int probe_irq_mask(unsigned long val);
+EXPORT_SYMBOL(probe_irq_mask);

---
Atsushi Nemoto

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

* Re: please export probe_irq_mask
  2004-12-27  5:48 please export probe_irq_mask Atsushi Nemoto
@ 2004-12-27 12:03 ` Ralf Baechle
  2004-12-27 14:41   ` anemo
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2004-12-27 12:03 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: linux-mips

On Mon, Dec 27, 2004 at 02:48:04PM +0900, Atsushi Nemoto wrote:

> Now probe_irq_mask is in kernel/irq/autoprobe.c, but it is not
> exported.  Please export it as past.
> 
> Here is a patch (or kernel/irq/autoprobe.c should be fixed?)

I think so but for the time being each arch is exporting the thing itself.

You're using probe_irq_mask for ISA, I assume?

  Ralf

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

* Re: please export probe_irq_mask
  2004-12-27 12:03 ` Ralf Baechle
@ 2004-12-27 14:41   ` anemo
  0 siblings, 0 replies; 3+ messages in thread
From: anemo @ 2004-12-27 14:41 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

>>>>> On Mon, 27 Dec 2004 13:03:44 +0100, Ralf Baechle <ralf@linux-mips.org> said:
ralf> I think so but for the time being each arch is exporting the
ralf> thing itself.  You're using probe_irq_mask for ISA, I assume?

Thank you.  I'm using it for CardBus (yenta_socket).

Also, it seems something wrong with yenta_allocate_resources() on
mips.  Nullifying the yenta_allocate_resources() works well but I'm not
sure why.  Does anyone know what is a problem?  

---
Atsushi Nemoto

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

end of thread, other threads:[~2004-12-27 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-27  5:48 please export probe_irq_mask Atsushi Nemoto
2004-12-27 12:03 ` Ralf Baechle
2004-12-27 14:41   ` anemo

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