Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147182
b: refs/heads/master
c: 01ea1cc
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Dec 27, 2008
1 parent 327a537 commit 1816d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: e44aef58ecfbe061eb4c53b939bcc35fb1bee82d
refs/heads/master: 01ea1ccaa24dea3552e103be13b7897211607a8b
4 changes: 2 additions & 2 deletions trunk/kernel/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ hw_perf_counter_init(struct perf_counter *counter)
}

u64 __weak hw_perf_save_disable(void) { return 0; }
void __weak hw_perf_restore(u64 ctrl) { }
void __weak hw_perf_counter_setup(void) { }
void __weak hw_perf_restore(u64 ctrl) { barrier(); }
void __weak hw_perf_counter_setup(void) { barrier(); }

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

0 comments on commit 1816d9a

Please sign in to comment.