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>
This commit is contained in:
Paul Mundt
2010-04-21 11:38:04 +09:00
parent 88253e8459
commit 3bd1666887
2 changed files with 0 additions and 6 deletions

View File

@@ -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 */