diff options
Diffstat (limited to 'arch/arm64/include/asm/debug-monitors.h')
-rw-r--r-- | arch/arm64/include/asm/debug-monitors.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm64/include/asm/debug-monitors.h b/arch/arm64/include/asm/debug-monitors.h index ef8235c68c09..a2232d07be9d 100644 --- a/arch/arm64/include/asm/debug-monitors.h +++ b/arch/arm64/include/asm/debug-monitors.h | |||
@@ -83,14 +83,7 @@ static inline int reinstall_suspended_bps(struct pt_regs *regs) | |||
83 | } | 83 | } |
84 | #endif | 84 | #endif |
85 | 85 | ||
86 | #ifdef CONFIG_COMPAT | ||
87 | int aarch32_break_handler(struct pt_regs *regs); | 86 | int aarch32_break_handler(struct pt_regs *regs); |
88 | #else | ||
89 | static int aarch32_break_handler(struct pt_regs *regs) | ||
90 | { | ||
91 | return -EFAULT; | ||
92 | } | ||
93 | #endif | ||
94 | 87 | ||
95 | #endif /* __ASSEMBLY */ | 88 | #endif /* __ASSEMBLY */ |
96 | #endif /* __KERNEL__ */ | 89 | #endif /* __KERNEL__ */ |