patch-2.4.23 linux-2.4.23/arch/ia64/sn/io/hwgfs/hcl_util.c

Next file: linux-2.4.23/arch/ia64/sn/io/hwgfs/interface.c
Previous file: linux-2.4.23/arch/ia64/sn/io/hwgfs/hcl.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/ia64/sn/io/hwgfs/hcl_util.c linux-2.4.23/arch/ia64/sn/io/hwgfs/hcl_util.c
@@ -22,7 +22,10 @@
 #include <asm/sn/nodepda.h>
 
 static vertex_hdl_t hwgraph_all_cnodes = GRAPH_VERTEX_NONE;
+static vertex_hdl_t hwgraph_all_cpuids = GRAPH_VERTEX_NONE;
 extern vertex_hdl_t hwgraph_root;
+extern int maxcpus;
+
 
 
 /*
@@ -96,9 +99,6 @@
 	}
 }
 
-static vertex_hdl_t hwgraph_all_cpuids = GRAPH_VERTEX_NONE;
-extern int maxcpus;
-
 void
 mark_cpuvertex_as_cpu(vertex_hdl_t vhdl, cpuid_t cpuid)
 {
@@ -161,6 +161,7 @@
 		(void)hwgraph_edge_add( hwgraph_all_cnodes,
 					vhdl,
 					cnodeid_buffer);
+		HWGRAPH_DEBUG((__FILE__, __FUNCTION__, __LINE__, hwgraph_all_cnodes, NULL, "Creating path vhdl1\n"));
 	}
 }
 

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