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

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