diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-25 22:49:42 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-03-29 01:23:59 +0300 |
commit | bcd541d9a2f43fbf08d2e909fb8247bed3dac750 (patch) | |
tree | 1976aa22b8ed3e687ecdf80e43654facc257a19a /arch/sh/include/asm/extable.h | |
parent | d597580d373774b1bdab84b3d26ff0b55162b916 (diff) | |
download | linux-bcd541d9a2f43fbf08d2e909fb8247bed3dac750.tar.xz |
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.h | 10 |
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 |