aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/ptrace_64.c
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2011-08-18 15:12:19 -0400
committerRichard Weinberger <richard@nod.at>2011-11-02 09:15:27 -0400
commit966e803ab12538faf2b236dbe83f7fb796a031d6 (patch)
tree508ab798c9ce5cc0f6f53a2fd9f0b0942a4b32b0 /arch/x86/um/ptrace_64.c
parenta10c95d84c2d04a4bfb02104644bbf2811b99690 (diff)
um: unify ptrace_user.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um/ptrace_64.c')
-rw-r--r--arch/x86/um/ptrace_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/um/ptrace_64.c b/arch/x86/um/ptrace_64.c
index 6e6343e73296..3b52bf0b418a 100644
--- a/arch/x86/um/ptrace_64.c
+++ b/arch/x86/um/ptrace_64.c
@@ -46,7 +46,7 @@ static const int reg_offsets[] =
46 [FS >> 3] = HOST_FS, 46 [FS >> 3] = HOST_FS,
47 [GS >> 3] = HOST_GS, 47 [GS >> 3] = HOST_GS,
48 [EFLAGS >> 3] = HOST_EFLAGS, 48 [EFLAGS >> 3] = HOST_EFLAGS,
49 [ORIG_RAX >> 3] = HOST_ORIG_RAX, 49 [ORIG_RAX >> 3] = HOST_ORIG_AX,
50}; 50};
51 51
52int putreg(struct task_struct *child, int regno, unsigned long value) 52int putreg(struct task_struct *child, int regno, unsigned long value)