forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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 */