diff options
author | Michal Simek <monstr@monstr.eu> | 2009-04-16 05:11:22 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-04-23 10:09:17 -0400 |
commit | ce0b755f7dda4f1c06b89f7e903667f538dadd3c (patch) | |
tree | 9b26c57f6e35898ddadb35fc5df8e4e84b676597 /arch/microblaze/include/asm/exceptions.h | |
parent | bf7e9da4e70a9d4bf9dc5829ff854398e0e4b7f7 (diff) |
microblaze: Add missing declaration for die and _exception func
This change remove sparse errors.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/exceptions.h')
-rw-r--r-- | arch/microblaze/include/asm/exceptions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/exceptions.h b/arch/microblaze/include/asm/exceptions.h index 4cdd2159f470..24ca540e77c0 100644 --- a/arch/microblaze/include/asm/exceptions.h +++ b/arch/microblaze/include/asm/exceptions.h | |||
@@ -61,6 +61,9 @@ | |||
61 | asmlinkage void full_exception(struct pt_regs *regs, unsigned int type, | 61 | asmlinkage void full_exception(struct pt_regs *regs, unsigned int type, |
62 | int fsr, int addr); | 62 | int fsr, int addr); |
63 | 63 | ||
64 | void die(const char *str, struct pt_regs *fp, long err); | ||
65 | void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr); | ||
66 | |||
64 | #if defined(CONFIG_XMON) | 67 | #if defined(CONFIG_XMON) |
65 | extern void xmon(struct pt_regs *regs); | 68 | extern void xmon(struct pt_regs *regs); |
66 | extern int xmon_bpt(struct pt_regs *regs); | 69 | extern int xmon_bpt(struct pt_regs *regs); |