Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73894
b: refs/heads/master
c: 9036755
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Herrmann authored and Thomas Gleixner committed Nov 17, 2007
1 parent 5a2bc9c commit e6a9cc3
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: 4307d1e5ada595c87f9a4d16db16ba5edb70dcb1
refs/heads/master: 903675569e278af86aa08c2af238b0ab997065d1
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/mcheck/mce_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ static __cpuinit int mce_create_device(unsigned int cpu)
int err;
int i;

if (!mce_available(&cpu_data(cpu)))
if (!mce_available(&boot_cpu_data))
return -EIO;

memset(&per_cpu(device_mce, cpu).kobj, 0, sizeof(struct kobject));
Expand Down

0 comments on commit e6a9cc3

Please sign in to comment.