diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-07-04 19:22:55 +0800 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 13:39:52 +0800 |
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 @@ level " for Supervisor use: Supervisor only registers, all MMRs, and Supervisor\n" \ level " only instructions.\n" +extern void double_fault_c(struct pt_regs *fp); + #endif /* __ASSEMBLY__ */ #endif /* _BFIN_TRAPS_H */ |