patch-2.4.23 linux-2.4.23/arch/i386/kernel/pci-visws.c

Next file: linux-2.4.23/arch/i386/kernel/process.c
Previous file: linux-2.4.23/arch/i386/kernel/pci-pc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/i386/kernel/pci-visws.c linux-2.4.23/arch/i386/kernel/pci-visws.c
@@ -119,6 +119,7 @@
 {
 	unsigned int sec_bus = li_pcib_read16(LI_PCI_BUSNUM) & 0xff;
 
+	pcibios_set_cacheline_size();
 	printk("PCI: Probing PCI hardware on host buses 00 and %02x\n", sec_bus);
 	pci_scan_bus(0, &visws_pci_ops, NULL);
 	pci_scan_bus(sec_bus, &visws_pci_ops, NULL);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)