Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312295
b: refs/heads/master
c: ecd431d
h: refs/heads/master
i:
  312293: 76f014f
  312291: 9810f3b
  312287: 65c7439
v: v3
  • Loading branch information
Borislav Petkov authored and H. Peter Anvin committed Jun 7, 2012
1 parent ab3af30 commit b054499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1f975f78c84c852e09463a2dfa57e3174e5c719e
refs/heads/master: ecd431d95aa04257e977fd6878e4203ce462e7e9
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ static void __cpuinit __print_cpu_msr(void)
index_max = msr_range_array[i].max;

for (index = index_min; index < index_max; index++) {
if (rdmsrl_amd_safe(index, &val))
if (rdmsrl_safe(index, &val))
continue;
printk(KERN_INFO " MSR%08x: %016llx\n", index, val);
}
Expand Down

0 comments on commit b054499

Please sign in to comment.