hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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 */