Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273293
b: refs/heads/master
c: 5034086
h: refs/heads/master
i:
  273291: 7989968
v: v3
  • Loading branch information
Thomas Renninger authored and Mauro Carvalho Chehab committed Oct 31, 2011
1 parent 2a56a18 commit 9c3688a
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: 27100db0e0d381d24b6f3cb1a4f439996e7c00c8
refs/heads/master: 5034086b72e4e2d42f0db4b4ebb0fe0129ebdeae
2 changes: 1 addition & 1 deletion trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)

#ifdef CONFIG_SMP
/* Only handle if it is the right mc controller */
if (cpu_data(mce->cpu).phys_proc_id != pvt->i7core_dev->socket)
if (mce->socketid != pvt->i7core_dev->socket)
return 0;
#endif

Expand Down

0 comments on commit 9c3688a

Please sign in to comment.