X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Fsystem_32.h;h=f11bcf0855ed59b7c5bdd521eccfd73b2416ad3a;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=7ff08d956ba8590ce7ffa4800dc173fd2a6e4cc4;hpb=4f4ae0d42680889c62db4e1f3e6b4aa7787a7257;p=linux-2.6 diff --git a/include/asm-sh/system_32.h b/include/asm-sh/system_32.h index 7ff08d956b..f11bcf0855 100644 --- a/include/asm-sh/system_32.h +++ b/include/asm-sh/system_32.h @@ -96,4 +96,7 @@ do { \ : "=&r" (__dummy)); \ } while (0) +int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs, + struct mem_access *ma); + #endif /* __ASM_SH_SYSTEM_32_H */