patch-2.4.23 linux-2.4.23/include/asm-ia64/sn/ioerror_handling.h
Next file: linux-2.4.23/include/asm-ia64/sn/iograph.h
Previous file: linux-2.4.23/include/asm-ia64/sn/ioerror.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/asm-ia64/sn/ioerror_handling.h
- Orig date:
2003-08-25 04:44:43.000000000 -0700
diff -urN linux-2.4.22/include/asm-ia64/sn/ioerror_handling.h linux-2.4.23/include/asm-ia64/sn/ioerror_handling.h
@@ -233,10 +233,6 @@
#define v_error_skip_env_clear(v) \
hwgraph_info_remove_LBL(v, INFO_LBL_ERROR_SKIP_ENV, 0)
-/* Skip point interfaces */
-extern error_return_code_t error_skip_point_jump(vertex_hdl_t, boolean_t);
-extern error_return_code_t error_skip_point_clear(vertex_hdl_t);
-
/* REFERENCED */
#if defined(CONFIG_SGI_IO_ERROR_HANDLING)
@@ -256,7 +252,7 @@
* one.
*/
if (v_error_skip_env_get(v, error_env) != GRAPH_SUCCESS) {
- error_env = snia_kmem_zalloc(sizeof(label_t), KM_NOSLEEP);
+ error_env = snia_kmem_zalloc(sizeof(label_t));
/* Unable to allocate memory for jum buffer. This should
* be a very rare occurrence.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)