diff options
-rw-r--r-- | arch/sh/include/asm/hw_breakpoint.h | 1 | ||||
-rw-r--r-- | arch/sh/kernel/hw_breakpoint.c | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/include/asm/hw_breakpoint.h b/arch/sh/include/asm/hw_breakpoint.h index 965dd780d51b..1c388c1de381 100644 --- a/arch/sh/include/asm/hw_breakpoint.h +++ b/arch/sh/include/asm/hw_breakpoint.h | |||
@@ -56,7 +56,6 @@ extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused, | |||
56 | int arch_install_hw_breakpoint(struct perf_event *bp); | 56 | int arch_install_hw_breakpoint(struct perf_event *bp); |
57 | void arch_uninstall_hw_breakpoint(struct perf_event *bp); | 57 | void arch_uninstall_hw_breakpoint(struct perf_event *bp); |
58 | void hw_breakpoint_pmu_read(struct perf_event *bp); | 58 | void hw_breakpoint_pmu_read(struct perf_event *bp); |
59 | void hw_breakpoint_pmu_unthrottle(struct perf_event *bp); | ||
60 | 59 | ||
61 | extern void arch_fill_perf_breakpoint(struct perf_event *bp); | 60 | extern void arch_fill_perf_breakpoint(struct perf_event *bp); |
62 | extern int register_sh_ubc(struct sh_ubc *); | 61 | extern int register_sh_ubc(struct sh_ubc *); |
diff --git a/arch/sh/kernel/hw_breakpoint.c b/arch/sh/kernel/hw_breakpoint.c index 675eea7785d9..5499857067b4 100644 --- a/arch/sh/kernel/hw_breakpoint.c +++ b/arch/sh/kernel/hw_breakpoint.c | |||
@@ -425,11 +425,6 @@ void hw_breakpoint_pmu_read(struct perf_event *bp) | |||
425 | /* TODO */ | 425 | /* TODO */ |
426 | } | 426 | } |
427 | 427 | ||
428 | void hw_breakpoint_pmu_unthrottle(struct perf_event *bp) | ||
429 | { | ||
430 | /* TODO */ | ||
431 | } | ||
432 | |||
433 | int register_sh_ubc(struct sh_ubc *ubc) | 428 | int register_sh_ubc(struct sh_ubc *ubc) |
434 | { | 429 | { |
435 | /* Bail if it's already assigned */ | 430 | /* Bail if it's already assigned */ |