patch-2.4.10 linux/include/asm-mips64/pci/bridge.h

Next file: linux/include/asm-mips64/pci.h
Previous file: linux/include/asm-mips64/parport.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/include/asm-mips64/pci/bridge.h linux/include/asm-mips64/pci/bridge.h
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
@@ -828,11 +827,11 @@
 
 #define BRIDGE_INTERNAL_ATES	128
 
-/* ========================================================================
- *    Linux pci bus mappings to sn physical id's
+/*
+ * Linux pci bus mappings to sn physical id's
  */
-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 */
+extern unsigned char bus_to_wid[];	/* widget id for linux pci bus */
+extern unsigned char bus_to_nid[];	/* nasid for linux pci bus */
+extern unsigned char num_bridges;	/* number of bridges in the system */
 
 #endif /* _ASM_PCI_BRIDGE_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)