Merge branch 'perf/core' into perf/urgent
authorIngo Molnar <mingo@elte.hu>
Thu, 4 Mar 2010 10:47:50 +0000 (11:47 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Mar 2010 10:47:52 +0000 (11:47 +0100)
Merge reason: Switch from pre-merge topical split to the post-merge urgent track

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/hw_breakpoint.c
kernel/hw_breakpoint.c

index 41e08dff01614f91cf5419b65407c9ecdb22fbed..d6cc065f519f8afe7d3db61668cd86109c5431ff 100644 (file)
@@ -528,8 +528,3 @@ void hw_breakpoint_pmu_read(struct perf_event *bp)
 {
        /* TODO */
 }
-
-void hw_breakpoint_pmu_unthrottle(struct perf_event *bp)
-{
-       /* TODO */
-}
index 6542eacb3fa513eb6d56db05811159ea16c4cc89..03808ed342a6733d46d6e123ffc80d91a317c3d4 100644 (file)
@@ -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
 };