patch-2.4.22 linux-2.4.22/include/asm-mips/traps.h
Next file: linux-2.4.22/include/asm-mips/tx4927/toshiba_rbtx4927.h
Previous file: linux-2.4.22/include/asm-mips/tlbdebug.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-mips/traps.h
- Orig date:
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/include/asm-mips/traps.h linux-2.4.22/include/asm-mips/traps.h
@@ -3,7 +3,7 @@
*
* Trap handling definitions.
*
- * Copyright (C) 2002 Maciej W. Rozycki
+ * Copyright (C) 2002, 2003 Maciej W. Rozycki
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,14 +14,13 @@
#define __ASM_MIPS_TRAPS_H
/*
- * Possible status responses for a be_board_handler backend.
+ * Possible status responses for a board_be_handler backend.
*/
#define MIPS_BE_DISCARD 0 /* return with no action */
#define MIPS_BE_FIXUP 1 /* return to the fixup code */
#define MIPS_BE_FATAL 2 /* treat as an unrecoverable error */
-extern int (*be_board_handler)(struct pt_regs *regs, int is_fixup);
-
-extern void bus_error_init(void);
+extern void (*board_be_init)(void);
+extern int (*board_be_handler)(struct pt_regs *regs, int is_fixup);
#endif /* __ASM_MIPS_TRAPS_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)