|
From: James S. <jsi...@us...> - 2001-08-22 18:18:17
|
Update of /cvsroot/linux-mips/linux/arch/mips/gt64120/common
In directory usw-pr-cvs1:/tmp/cvs-serv15361/arch/mips/gt64120/common
Modified Files:
pci.c
Log Message:
Synced to Ralph's tree
Index: pci.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/gt64120/common/pci.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** pci.c 2001/06/22 02:29:32 1.1.1.1
--- pci.c 2001/08/22 18:18:13 1.2
***************
*** 1138,1140 ****
--- 1138,1145 ----
}
+ unsigned __init int pcibios_assign_all_busses(void)
+ {
+ return 1;
+ }
+
#endif /* CONFIG_PCI */
|