aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h
index 1febc541dda5..515bff053de8 100644
--- a/include/linux/ptrace.h
+++ b/include/linux/ptrace.h
@@ -187,7 +187,7 @@ static inline void user_disable_single_step(struct task_struct *task)
187 * supports step-until-branch for user mode. It can be a constant or it 187 * supports step-until-branch for user mode. It can be a constant or it
188 * can test a CPU feature bit. 188 * can test a CPU feature bit.
189 */ 189 */
190#define arch_has_single_step() (0) 190#define arch_has_block_step() (0)
191 191
192/** 192/**
193 * user_enable_block_step - step until branch in user-mode task 193 * user_enable_block_step - step until branch in user-mode task