Skip to content

Commit

Permalink
sh: hw-breakpoints: Kill off stub unthrottle callback.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Apr 21, 2010
1 parent 88253e8 commit 3bd1666
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion arch/sh/include/asm/hw_breakpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused,
int arch_install_hw_breakpoint(struct perf_event *bp);
void arch_uninstall_hw_breakpoint(struct perf_event *bp);
void hw_breakpoint_pmu_read(struct perf_event *bp);
void hw_breakpoint_pmu_unthrottle(struct perf_event *bp);

extern void arch_fill_perf_breakpoint(struct perf_event *bp);
extern int register_sh_ubc(struct sh_ubc *);
Expand Down
5 changes: 0 additions & 5 deletions arch/sh/kernel/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3bd1666

Please sign in to comment.