Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80113
b: refs/heads/master
c: 7271339
h: refs/heads/master
i:
  80111: 30909e3
v: v3
  • Loading branch information
Andrew Morton authored and Ingo Molnar committed Jan 30, 2008
1 parent e56399d commit 69acbad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: b912a1c73739b6016ced049552392a148c1736c8
refs/heads/master: 7271339347653f6d652bb47aaee1f57d936002f6
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/k7.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static void k7_machine_check(struct pt_regs * regs, long error_code)
smp_processor_id(), mcgsth, mcgstl);

for (i = 1; i < nr_mce_banks; i++) {
rdmsr(MSR_IA32_MC0_STATUS+i*4,low, high);
rdmsr(MSR_IA32_MC0_STATUS+i*4, low, high);
if (high&(1<<31)) {
char misc[20];
char addr[24];
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/p4.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static void intel_machine_check(struct pt_regs * regs, long error_code)
}

for (i = 0; i < nr_mce_banks; i++) {
rdmsr(MSR_IA32_MC0_STATUS+i*4,low, high);
rdmsr(MSR_IA32_MC0_STATUS+i*4, low, high);
if (high & (1<<31)) {
char misc[20];
char addr[24];
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/p6.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static void intel_machine_check(struct pt_regs * regs, long error_code)
smp_processor_id(), mcgsth, mcgstl);

for (i = 0; i < nr_mce_banks; i++) {
rdmsr(MSR_IA32_MC0_STATUS+i*4,low, high);
rdmsr(MSR_IA32_MC0_STATUS+i*4, low, high);
if (high & (1<<31)) {
char misc[20];
char addr[24];
Expand Down

0 comments on commit 69acbad

Please sign in to comment.