aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/s390/include/uapi/asm/ptrace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/s390/include/uapi/asm/ptrace.h b/arch/s390/include/uapi/asm/ptrace.h
index a150f4fabe43..77630c74f13b 100644
--- a/arch/s390/include/uapi/asm/ptrace.h
+++ b/arch/s390/include/uapi/asm/ptrace.h
@@ -359,9 +359,9 @@ typedef struct
359 per_cr_bits bits; 359 per_cr_bits bits;
360 } control_regs; 360 } control_regs;
361 /* 361 /*
362 * Use these flags instead of setting em_instruction_fetch 362 * The single_step and instruction_fetch bits are obsolete,
363 * directly they are used so that single stepping can be 363 * the kernel always sets them to zero. To enable single
364 * switched on & off while not affecting other tracing 364 * stepping use ptrace(PTRACE_SINGLESTEP) instead.
365 */ 365 */
366 unsigned single_step : 1; 366 unsigned single_step : 1;
367 unsigned instruction_fetch : 1; 367 unsigned instruction_fetch : 1;