diff options
| -rw-r--r-- | include/linux/hw_breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hw_breakpoint.h b/include/linux/hw_breakpoint.h index 69f07a9f1277..41235c93e4e9 100644 --- a/include/linux/hw_breakpoint.h +++ b/include/linux/hw_breakpoint.h | |||
| @@ -93,7 +93,7 @@ register_user_hw_breakpoint(struct perf_event_attr *attr, | |||
| 93 | struct task_struct *tsk) { return NULL; } | 93 | struct task_struct *tsk) { return NULL; } |
| 94 | static inline int | 94 | static inline int |
| 95 | modify_user_hw_breakpoint(struct perf_event *bp, | 95 | modify_user_hw_breakpoint(struct perf_event *bp, |
| 96 | struct perf_event_attr *attr) { return NULL; } | 96 | struct perf_event_attr *attr) { return -ENOSYS; } |
| 97 | static inline struct perf_event * | 97 | static inline struct perf_event * |
| 98 | register_wide_hw_breakpoint_cpu(struct perf_event_attr *attr, | 98 | register_wide_hw_breakpoint_cpu(struct perf_event_attr *attr, |
| 99 | perf_overflow_handler_t triggered, | 99 | perf_overflow_handler_t triggered, |
