x86: single_step moved
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:50 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:50 +0000 (13:30 +0100)
commitfa1e03eae2f38e7b38095301b043da9c274d2284
tree60503087ebaaabf1e4fd62b51a93fce411e2b8da
parent7f232343e0ea37ffc0a552cdbd4825482c949281
x86: single_step moved

This moves the single-step support code from ptrace_64.c into a new file
step.c, verbatim.  This paves the way for consolidating this code between
64-bit and 32-bit versions.

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/Makefile_64
arch/x86/kernel/ptrace_64.c
arch/x86/kernel/step.c [new file with mode: 0644]