Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187844
b: refs/heads/master
c: 4f16d4e
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Mar 4, 2010
1 parent 2e02e2e commit ebdbd3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6630125419ef37ff8781713c5e9d416f2a4ba357
refs/heads/master: 4f16d4e0c9a4b20d9f0db365587b96d6001efd7d
5 changes: 0 additions & 5 deletions trunk/arch/x86/kernel/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,3 @@ void hw_breakpoint_pmu_read(struct perf_event *bp)
{
/* TODO */
}

void hw_breakpoint_pmu_unthrottle(struct perf_event *bp)
{
/* TODO */
}
1 change: 0 additions & 1 deletion trunk/kernel/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,4 @@ struct pmu perf_ops_bp = {
.enable = arch_install_hw_breakpoint,
.disable = arch_uninstall_hw_breakpoint,
.read = hw_breakpoint_pmu_read,
.unthrottle = hw_breakpoint_pmu_unthrottle
};

0 comments on commit ebdbd3d

Please sign in to comment.