From 13cd64af31f9d48f65f9d4b41d7f55266798ee0d Mon Sep 17 00:00:00 2001 From: wanghongliang Date: Mon, 26 Feb 2024 02:17:17 +0800 Subject: [PATCH] loongarch64: remove ptrace.h macros --- arch/loongarch64/bits/ptrace.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 arch/loongarch64/bits/ptrace.h diff --git a/arch/loongarch64/bits/ptrace.h b/arch/loongarch64/bits/ptrace.h deleted file mode 100644 index dce2fa51..00000000 --- a/arch/loongarch64/bits/ptrace.h +++ /dev/null @@ -1,4 +0,0 @@ -#define PTRACE_GET_THREAD_AREA 25 -#define PTRACE_SET_THREAD_AREA 26 -#define PTRACE_GET_WATCH_REGS 0xd0 -#define PTRACE_SET_WATCH_REGS 0xd1 -- 2.11.4.GIT