From: James S. <jsi...@us...> - 2001-08-24 18:59:57
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip27 In directory usw-pr-cvs1:/tmp/cvs-serv19394/sgi-ip27 Modified Files: ip27-irq.c Log Message: Synced to Ralph's tree. Index: ip27-irq.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip27/ip27-irq.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ip27-irq.c 2001/08/22 18:18:14 1.2 --- ip27-irq.c 2001/08/24 18:59:54 1.3 *************** *** 45,48 **** --- 45,52 ---- #endif + /* These should die */ + unsigned char bus_to_wid[256]; /* widget id for linux pci bus */ + unsigned char bus_to_nid[256]; /* nasid for linux pci bus */ + unsigned char num_bridges; /* number of bridges in the system */ /* |