hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/include/asm/traps.h
....@@ -4,11 +4,7 @@
44
55 #include <linux/compiler.h>
66
7
-#ifdef CONFIG_SUPERH32
87 # include <asm/traps_32.h>
9
-#else
10
-# include <asm/traps_64.h>
11
-#endif
128
139 BUILD_TRAP_HANDLER(address_error);
1410 BUILD_TRAP_HANDLER(debug);