Messages in this thread Patch in this message |  | | Date | Tue, 15 May 2001 17:30:59 +0200 | From | Erik Mouw <> | Subject | [PATCH] fix yenta_socket |
| |
Hi,
The PCI allocation fix in 2.4.5-pre2 breaks yenta_socket because it depends on pci_mem_start from arch/i386/kernel/setup.c. This patch fixes that by exporting pci_mem_start. Please apply.
Erik
--- arch/i386/kernel/i386_ksyms.c.orig Tue May 15 17:21:37 2001 +++ arch/i386/kernel/i386_ksyms.c Tue May 15 16:56:25 2001 @@ -112,6 +112,7 @@ #ifdef CONFIG_PCI EXPORT_SYMBOL(pcibios_penalize_isa_irq); +EXPORT_SYMBOL(pci_mem_start); #endif #ifdef CONFIG_X86_USE_3DNOW
-- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl WWW: http://www-ict.its.tudelft.nl/~erik/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |