mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] export IO_APIC_get_PCI_irq_vector for IBM PCI Hotplug driver
@ 2002-03-11 18:54 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2002-03-11 18:54 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

Hi,

Here's a patch against 2.4.19-pre2 that exports a symbol that is needed
by the IBM PCI hotplug driver if it is built as a module.

thanks,

greg k-h



diff -Nru a/arch/i386/kernel/i386_ksyms.c b/arch/i386/kernel/i386_ksyms.c
--- a/arch/i386/kernel/i386_ksyms.c	Mon Mar 11 10:47:54 2002
+++ b/arch/i386/kernel/i386_ksyms.c	Mon Mar 11 10:47:54 2002
@@ -146,6 +146,10 @@
 EXPORT_SYMBOL(flush_tlb_page);
 #endif
 
+#ifdef CONFIG_X86_IO_APIC
+EXPORT_SYMBOL(IO_APIC_get_PCI_irq_vector);
+#endif
+
 #ifdef CONFIG_MCA
 EXPORT_SYMBOL(machine_id);
 #endif

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

only message in thread, other threads:[~2002-03-11 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-11 18:54 [PATCH] export IO_APIC_get_PCI_irq_vector for IBM PCI Hotplug driver Greg KH

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

all inboxes | Powered by JetHome®