diff options
Diffstat (limited to 'arch/mips/include/asm/traps.h')
-rw-r--r-- | arch/mips/include/asm/traps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/traps.h b/arch/mips/include/asm/traps.h index 420ca06b2f42..f41cf3ee82a7 100644 --- a/arch/mips/include/asm/traps.h +++ b/arch/mips/include/asm/traps.h | |||
@@ -14,7 +14,7 @@ | |||
14 | /* | 14 | /* |
15 | * Possible status responses for a board_be_handler backend. | 15 | * Possible status responses for a board_be_handler backend. |
16 | */ | 16 | */ |
17 | #define MIPS_BE_DISCARD 0 /* return with no action */ | 17 | #define MIPS_BE_DISCARD 0 /* return with no action */ |
18 | #define MIPS_BE_FIXUP 1 /* return to the fixup code */ | 18 | #define MIPS_BE_FIXUP 1 /* return to the fixup code */ |
19 | #define MIPS_BE_FATAL 2 /* treat as an unrecoverable error */ | 19 | #define MIPS_BE_FATAL 2 /* treat as an unrecoverable error */ |
20 | 20 | ||