commit | 7f232343e0ea37ffc0a552cdbd4825482c949281 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 30 13:30:48 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:48 2008 +0100 |
tree | 8af4ce9586fa4288dbbd59ff2c79ccd62dc135db | |
parent | 77c03dcd448aa4c7be45f4edb97381ef463e3911 [diff] |
x86: arch_has_single_step This defines the new standard arch_has_single_step macro. It makes the existing set_singlestep and clear_singlestep entry points global, and renames them to the new standard names user_enable_single_step and user_disable_single_step, respectively. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>