commit | ccd805874198c248498b5f269656ec14397eeede | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Apr 25 12:58:40 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu May 08 19:51:37 2008 +0900 |
tree | 14a99723690c207906c4f7e84428457c4251b45d | |
parent | 9141d30a480850d989fc245909b98670a7b66ec1 [diff] [blame] |
sh64: Fixup the nommu build. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/include/asm-sh/uaccess_64.h b/include/asm-sh/uaccess_64.h index f956b7b..a9b68d0 100644 --- a/include/asm-sh/uaccess_64.h +++ b/include/asm-sh/uaccess_64.h
@@ -274,7 +274,9 @@ unsigned long insn, fixup; }; +#ifdef CONFIG_MMU #define ARCH_HAS_SEARCH_EXTABLE +#endif /* Returns 0 if exception not found and fixup.unit otherwise. */ extern unsigned long search_exception_table(unsigned long addr);