All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.12-rc5-mm2 on x86_64 missing pci_bus_to_node symbol
@ 2005-06-01 18:57 Rusty Lynch
  2005-06-01 18:59 ` Andi Kleen
  2005-06-01 20:08 ` Andrew Morton
  0 siblings, 2 replies; 3+ messages in thread
From: Rusty Lynch @ 2005-06-01 18:57 UTC (permalink / raw)
  To: akpm; +Cc: Andi Kleen, linux-kernel, Rusty Lynch

Attempting to install a fresh 2.6.12-rc5-mm2 kernel on my x86_64 box, 
I am unable to load my e1000 driver because pci_bus_to_node is undefined.

I'm not sure if this is the correct way of fixing this, but here is a quick 
patch to export pci_bus_to_node on x86_64.

    --rusty

 arch/x86_64/kernel/x8664_ksyms.c |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6.12-rc5-mm2/arch/x86_64/kernel/x8664_ksyms.c
===================================================================
--- linux-2.6.12-rc5-mm2.orig/arch/x86_64/kernel/x8664_ksyms.c
+++ linux-2.6.12-rc5-mm2/arch/x86_64/kernel/x8664_ksyms.c
@@ -207,3 +207,4 @@ EXPORT_SYMBOL(flush_tlb_page);
 #endif
 
 EXPORT_SYMBOL(cpu_khz);
+EXPORT_SYMBOL(pci_bus_to_node);

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

end of thread, other threads:[~2005-06-01 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 18:57 2.6.12-rc5-mm2 on x86_64 missing pci_bus_to_node symbol Rusty Lynch
2005-06-01 18:59 ` Andi Kleen
2005-06-01 20:08 ` Andrew Morton

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.