From 8053a981fb425678d8f2c68791938cbca5deab78 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 6 May 2007 14:49:56 +0100 Subject: [PATCH] --- yaml --- r: 54014 b: refs/heads/master c: 1b11652286a06988f721b506b094d026e8892e2c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/ptrace.h | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 3ac02bb76c57..b71ef02f26af 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5ba6d3febd4978f31b2c523d64d381603923a709 +refs/heads/master: 1b11652286a06988f721b506b094d026e8892e2c diff --git a/trunk/include/asm-arm/ptrace.h b/trunk/include/asm-arm/ptrace.h index 5a8ef787dbf8..2d0dad8c10ac 100644 --- a/trunk/include/asm-arm/ptrace.h +++ b/trunk/include/asm-arm/ptrace.h @@ -10,23 +10,19 @@ #ifndef __ASM_ARM_PTRACE_H #define __ASM_ARM_PTRACE_H - #define PTRACE_GETREGS 12 #define PTRACE_SETREGS 13 #define PTRACE_GETFPREGS 14 #define PTRACE_SETFPREGS 15 - +/* PTRACE_ATTACH is 16 */ +/* PTRACE_DETACH is 17 */ #define PTRACE_GETWMMXREGS 18 #define PTRACE_SETWMMXREGS 19 - +/* 20 is unused */ #define PTRACE_OLDSETOPTIONS 21 - #define PTRACE_GET_THREAD_AREA 22 - #define PTRACE_SET_SYSCALL 23 - /* PTRACE_SYSCALL is 24 */ - #define PTRACE_GETCRUNCHREGS 25 #define PTRACE_SETCRUNCHREGS 26