From: <he...@us...> - 2005-05-14 00:24:26
|
Update of /cvsroot/gc-linux/linux/include/asm-ppc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10435/include/asm-ppc Modified Files: io.h Log Message: Got rid of some more pci stuff. Index: io.h =================================================================== RCS file: /cvsroot/gc-linux/linux/include/asm-ppc/io.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- io.h 3 Mar 2005 21:12:52 -0000 1.6 +++ io.h 14 May 2005 00:24:16 -0000 1.7 @@ -32,7 +32,7 @@ #include <asm/mpc8260.h> #elif defined(CONFIG_85xx) #include <asm/mpc85xx.h> -#elif defined(CONFIG_APUS) +#elif defined(CONFIG_APUS) || defined(CONFIG_GAMECUBE) #define _IO_BASE 0 #define _ISA_MEM_BASE 0 #define PCI_DRAM_OFFSET 0 |