hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/sh/include/uapi/asm/ptrace.h
....@@ -25,11 +25,6 @@
2525 #define PT_DATA_ADDR 248 /* &(struct user)->start_data */
2626 #define PT_TEXT_LEN 252
2727
28
-#if defined(__SH5__) || defined(CONFIG_CPU_SH5)
29
-#include <asm/ptrace_64.h>
30
-#else
3128 #include <asm/ptrace_32.h>
32
-#endif
33
-
3429
3530 #endif /* _UAPI__ASM_SH_PTRACE_H */