]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86-64 ptrace: use task_pt_regs
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:52 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:52 +0000 (13:30 +0100)
commite4aed6cc45f06acd35e3dfbbaf632c5d5aa897c0
treee39ce619e9035e283fc858d6ea7fa235f74f7992
parent62a97d447b511bf4f0f0aa8cdccfb9ed1c934c8b
x86-64 ptrace: use task_pt_regs

This cleans up the 64-bit ptrace code to use task_pt_regs instead of its
own redundant code that does the same thing a different way.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/ptrace_64.c