summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/extable.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-12-25 14:49:42 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2017-03-28 18:23:59 -0400
commitbcd541d9a2f43fbf08d2e909fb8247bed3dac750 (patch)
tree1976aa22b8ed3e687ecdf80e43654facc257a19a /arch/sh/include/asm/extable.h
parentd597580d373774b1bdab84b3d26ff0b55162b916 (diff)
sh: switch to extable.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/sh/include/asm/extable.h')
-rw-r--r--arch/sh/include/asm/extable.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/include/asm/extable.h b/arch/sh/include/asm/extable.h
new file mode 100644
index 000000000000..df2ee2fcb8d3
--- /dev/null
+++ b/arch/sh/include/asm/extable.h
@@ -0,0 +1,10 @@
+#ifndef __ASM_SH_EXTABLE_H
+#define __ASM_SH_EXTABLE_H
+
+#include <asm-generic/extable.h>
+
+#if defined(CONFIG_SUPERH64) && defined(CONFIG_MMU)
+#define ARCH_HAS_SEARCH_EXTABLE
+#endif
+
+#endif