diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/hw_breakpoint.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/hw_breakpoint.c b/arch/x86/kernel/hw_breakpoint.c index bb6006e3e295..1e8ceadc0d6a 100644 --- a/arch/x86/kernel/hw_breakpoint.c +++ b/arch/x86/kernel/hw_breakpoint.c | |||
@@ -531,8 +531,3 @@ void hw_breakpoint_pmu_read(struct perf_event *bp) | |||
531 | { | 531 | { |
532 | /* TODO */ | 532 | /* TODO */ |
533 | } | 533 | } |
534 | |||
535 | void hw_breakpoint_pmu_unthrottle(struct perf_event *bp) | ||
536 | { | ||
537 | /* TODO */ | ||
538 | } | ||