From 66564678daed7fcf6a836ecf83f8fc2e173dffc6 Mon Sep 17 00:00:00 2001 From: wanghongliang Date: Mon, 26 Feb 2024 02:17:17 +0800 Subject: [PATCH] LoongArch:PTRACE:Delete unused definition in ptrace.h. Signed-off-by: wanghongliang --- 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.37.1