aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/hw_breakpoint.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-04-21 11:38:04 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-04-21 11:38:04 +0900
commit3bd16668872b5ad0afb22f15ef6c800a8faf7532 (patch)
treeeef16891d3c3d51d1670f0595b789cccd0b173cf /arch/sh/kernel/hw_breakpoint.c
parentsh: Zero out aliases counter when using SH-X3 hardware assistance. (diff)
downloadlinux-dev-3bd16668872b5ad0afb22f15ef6c800a8faf7532.tar.xz
linux-dev-3bd16668872b5ad0afb22f15ef6c800a8faf7532.zip
sh: hw-breakpoints: Kill off stub unthrottle callback.
This follows the x86 change and kills off the unthrottle stub. As the x86 change killed off the generic callback it isn't used anymore anyways. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/kernel/hw_breakpoint.c5
1 files changed, 0 insertions, 5 deletions
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)
/* TODO */
}
-void hw_breakpoint_pmu_unthrottle(struct perf_event *bp)
-{
- /* TODO */
-}
-
int register_sh_ubc(struct sh_ubc *ubc)
{
/* Bail if it's already assigned */