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
- Lines: 29
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/ia64/sn/io/hwgfs/hcl_util.c
- Orig date:
2003-08-25 04:44:39.000000000 -0700
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)