diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-07-04 07:22:55 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 01:39:52 -0400 |
commit | 06051fdefddf25e0bbf983aac40680f835829db7 (patch) | |
tree | cf8de7f13c788b7651bc03c4ad07e3d7511ae2d1 /arch/blackfin/include/asm/traps.h | |
parent | 2a26a2055259862e771cb922aee3d1196040c205 (diff) |
bf60x: Add double fault, hardware error and NMI SEC handler
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/include/asm/traps.h')
-rw-r--r-- | arch/blackfin/include/asm/traps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/traps.h b/arch/blackfin/include/asm/traps.h index 70c4e511cae6..cec771b8100c 100644 --- a/arch/blackfin/include/asm/traps.h +++ b/arch/blackfin/include/asm/traps.h | |||
@@ -125,5 +125,7 @@ | |||
125 | level " for Supervisor use: Supervisor only registers, all MMRs, and Supervisor\n" \ | 125 | level " for Supervisor use: Supervisor only registers, all MMRs, and Supervisor\n" \ |
126 | level " only instructions.\n" | 126 | level " only instructions.\n" |
127 | 127 | ||
128 | extern void double_fault_c(struct pt_regs *fp); | ||
129 | |||
128 | #endif /* __ASSEMBLY__ */ | 130 | #endif /* __ASSEMBLY__ */ |
129 | #endif /* _BFIN_TRAPS_H */ | 131 | #endif /* _BFIN_TRAPS_H */ |