From: Pat Gefre Don't call init_hcl from the fixup code Delete reference to hwgraph_path_lookup() --- 25-akpm/arch/ia64/sn/io/machvec/pci_bus_cvlink.c | 1 - 25-akpm/include/asm-ia64/sn/hcl.h | 1 - 2 files changed, 2 deletions(-) diff -puN arch/ia64/sn/io/machvec/pci_bus_cvlink.c~sn66 arch/ia64/sn/io/machvec/pci_bus_cvlink.c --- 25/arch/ia64/sn/io/machvec/pci_bus_cvlink.c~sn66 Thu Jan 8 15:25:33 2004 +++ 25-akpm/arch/ia64/sn/io/machvec/pci_bus_cvlink.c Thu Jan 8 15:25:33 2004 @@ -331,7 +331,6 @@ sn_pci_fixup(int arg) extern void sgi_master_io_infr_init(void); extern void sn_init_cpei_timer(void); - init_hcl(); sgi_master_io_infr_init(); for (cnode = 0; cnode < numnodes; cnode++) { diff -puN include/asm-ia64/sn/hcl.h~sn66 include/asm-ia64/sn/hcl.h --- 25/include/asm-ia64/sn/hcl.h~sn66 Thu Jan 8 15:25:33 2004 +++ 25-akpm/include/asm-ia64/sn/hcl.h Thu Jan 8 15:25:33 2004 @@ -99,7 +99,6 @@ extern int hwgraph_info_replace_LBL(vert extern int hwgraph_info_get_exported_LBL(vertex_hdl_t, char *, int *, arbitrary_info_t *); extern int hwgraph_info_get_next_LBL(vertex_hdl_t, char *, arbitrary_info_t *, labelcl_info_place_t *); -extern int hwgraph_path_lookup(vertex_hdl_t, char *, vertex_hdl_t *, char **); extern int hwgraph_info_export_LBL(vertex_hdl_t, char *, int); extern int hwgraph_info_unexport_LBL(vertex_hdl_t, char *); extern int hwgraph_info_remove_LBL(vertex_hdl_t, char *, arbitrary_info_t *); _