aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/edac/i7core_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
index aeb01f42ffef..764207ed6d44 100644
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -1917,7 +1917,7 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)
1917 1917
1918#ifdef CONFIG_SMP 1918#ifdef CONFIG_SMP
1919 /* Only handle if it is the right mc controller */ 1919 /* Only handle if it is the right mc controller */
1920 if (cpu_data(mce->cpu).phys_proc_id != pvt->i7core_dev->socket) 1920 if (mce->socketid != pvt->i7core_dev->socket)
1921 return 0; 1921 return 0;
1922#endif 1922#endif
1923 1923