diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-04 05:53:58 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-07 21:35:04 -0400 |
commit | fa43972fab24a3c050e880a7831f9378c6cebc0b (patch) | |
tree | 35d51e6a0ac6556f82d843506e8317854dc3192c /arch/sh/include/asm/system_32.h | |
parent | 7d96169cb769f459dd6730b06fa3a88cb0c9297d (diff) |
sh: fixup many sparse errors.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/system_32.h')
-rw-r--r-- | arch/sh/include/asm/system_32.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/sh/include/asm/system_32.h b/arch/sh/include/asm/system_32.h index f11bcf0855ed..16509ed2bb60 100644 --- a/arch/sh/include/asm/system_32.h +++ b/arch/sh/include/asm/system_32.h | |||
@@ -99,4 +99,20 @@ do { \ | |||
99 | int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs, | 99 | int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs, |
100 | struct mem_access *ma); | 100 | struct mem_access *ma); |
101 | 101 | ||
102 | asmlinkage void do_address_error(struct pt_regs *regs, | ||
103 | unsigned long writeaccess, | ||
104 | unsigned long address); | ||
105 | asmlinkage void do_divide_error(unsigned long r4, unsigned long r5, | ||
106 | unsigned long r6, unsigned long r7, | ||
107 | struct pt_regs __regs); | ||
108 | asmlinkage void do_reserved_inst(unsigned long r4, unsigned long r5, | ||
109 | unsigned long r6, unsigned long r7, | ||
110 | struct pt_regs __regs); | ||
111 | asmlinkage void do_illegal_slot_inst(unsigned long r4, unsigned long r5, | ||
112 | unsigned long r6, unsigned long r7, | ||
113 | struct pt_regs __regs); | ||
114 | asmlinkage void do_exception_error(unsigned long r4, unsigned long r5, | ||
115 | unsigned long r6, unsigned long r7, | ||
116 | struct pt_regs __regs); | ||
117 | |||
102 | #endif /* __ASM_SH_SYSTEM_32_H */ | 118 | #endif /* __ASM_SH_SYSTEM_32_H */ |