diff options
Diffstat (limited to 'arch/m68k/include')
-rw-r--r-- | arch/m68k/include/asm/ptrace.h | 2 |
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 | */ |
91 | struct task_struct; | 91 | struct task_struct; |
92 | 92 | ||
93 | #ifdef CONFIG_MMU | ||
94 | #define arch_has_single_step() (1) | 93 | #define arch_has_single_step() (1) |
95 | extern void user_enable_single_step(struct task_struct *); | 94 | extern void user_enable_single_step(struct task_struct *); |
96 | extern void user_disable_single_step(struct task_struct *); | 95 | extern 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) |
99 | extern void user_enable_block_step(struct task_struct *); | 99 | extern void user_enable_block_step(struct task_struct *); |
100 | #endif | 100 | #endif |