forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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);