commit | 7122ec8158b0f88befd94f4da8feae2c8d08d1b4 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 30 13:30:50 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:50 2008 +0100 |
tree | 17aa91add10e04cf27e93ba2b673fcb651ed39ba | |
parent | 5f76cb1f6c42e7575256595f85b8b97d84ec669e [diff] |
x86: single_step: share code This removes the single-step code from ptrace_32.c and uses the step.c code shared with the 64-bit kernel. The two versions of the code were nearly identical already, so the shared code has only a couple of simple #ifdef's. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>