From: James S. <jsi...@us...> - 2001-09-04 16:02:49
|
Update of /cvsroot/linux-mips/linux/arch/mips64/mips-boards/generic In directory usw-pr-cvs1:/tmp/cvs-serv9568 Modified Files: init.c Log Message: Syncing. Index: init.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/mips-boards/generic/init.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** init.c 2001/06/22 02:29:32 1.1.1.1 --- init.c 2001/09/04 16:02:46 1.2 *************** *** 51,56 **** int init_debug = 0; - unsigned long bus_to_baddr[256]; - char *prom_getenv(char *envname) { --- 51,54 ---- *************** *** 145,149 **** mips_io_port_base = KSEG1; #endif - bus_to_baddr[0] = 0UL; setup_prom_printf(0); --- 143,146 ---- |