aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/ptrace.h b/arch/m68k/include/asm/ptrace.h
index 117adb1e4806..a6ab663bcc2e 100644
--- a/arch/m68k/include/asm/ptrace.h
+++ b/arch/m68k/include/asm/ptrace.h
@@ -90,11 +90,11 @@ extern void show_regs(struct pt_regs *);
90 */ 90 */
91struct task_struct; 91struct task_struct;
92 92
93#ifdef CONFIG_MMU
94#define arch_has_single_step() (1) 93#define arch_has_single_step() (1)
95extern void user_enable_single_step(struct task_struct *); 94extern void user_enable_single_step(struct task_struct *);
96extern void user_disable_single_step(struct task_struct *); 95extern void user_disable_single_step(struct task_struct *);
97 96
97#ifdef CONFIG_MMU
98#define arch_has_block_step() (1) 98#define arch_has_block_step() (1)
99extern void user_enable_block_step(struct task_struct *); 99extern void user_enable_block_step(struct task_struct *);
100#endif 100#endif