1 #ifndef __ASM_SH_EXTABLE_H 2 #define __ASM_SH_EXTABLE_H 3 4 #include <asm-generic/extable.h> 5 6 #if defined(CONFIG_SUPERH64) && defined(CONFIG_MMU) 7 #define ARCH_HAS_SEARCH_EXTABLE 8 #endif 9 10 #endif 11
1 #ifndef __ASM_SH_EXTABLE_H 2 #define __ASM_SH_EXTABLE_H 3 4 #include <asm-generic/extable.h> 5 6 #if defined(CONFIG_SUPERH64) && defined(CONFIG_MMU) 7 #define ARCH_HAS_SEARCH_EXTABLE 8 #endif 9 10 #endif 11