Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147460
b: refs/heads/master
c: 548e1dd
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed May 15, 2009
1 parent 1573099 commit 224f9ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 58d7e993b16b62d30f8ef27757614056fe4def11
refs/heads/master: 548e1ddf255b4ebfb4ef20c08936fd8d4deb3bd9
2 changes: 0 additions & 2 deletions trunk/kernel/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,12 @@ void perf_disable(void)
__perf_disable();
hw_perf_disable();
}
EXPORT_SYMBOL_GPL(perf_disable); /* ACPI idle */

void perf_enable(void)
{
if (__perf_enable())
hw_perf_enable();
}
EXPORT_SYMBOL_GPL(perf_enable); /* ACPI idle */

static void
list_add_counter(struct perf_counter *counter, struct perf_counter_context *ctx)
Expand Down

0 comments on commit 224f9ff

Please sign in to comment.