2.6.10-rc3 does not boot on PowerMac

Benjamin Herrenschmidt benh at kernel.crashing.org
Wed Dec 8 13:05:15 EST 2004


Ok, let me know if that works:

Index: linux-work/arch/ppc64/kernel/pmac_pci.c
===================================================================
--- linux-work.orig/arch/ppc64/kernel/pmac_pci.c	2004-11-22 11:49:24.000000000 +1100
+++ linux-work/arch/ppc64/kernel/pmac_pci.c	2004-12-08 13:04:42.607006832 +1100
@@ -739,8 +739,8 @@
 
 	pmac_check_ht_link();
 
-	/* Tell pci.c to use the common resource allocation mecanism */
-	pci_probe_only = 0;
+	/* Tell pci.c to not use the common resource allocation mecanism */
+	pci_probe_only = 1;
 	
 	/* Allow all IO */
 	io_page_mask = -1;





More information about the Linuxppc64-dev mailing list