Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147378
b: refs/heads/master
c: 4138960
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Apr 29, 2009
1 parent 2b322b2 commit 38ffe27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 829b42dd395c5801f6ae87da87ecbdcfd5ef1a6c
refs/heads/master: 4138960a9251a265002b5cf07e671a49f8495381
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/cpu/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,8 @@ void __init init_hw_perf_counters(void)
case X86_VENDOR_AMD:
pmc_ops = pmc_amd_init();
break;
default:
return;
}
if (!pmc_ops)
return;
Expand Down

0 comments on commit 38ffe27

Please sign in to comment.