diff options
Diffstat (limited to 'drivers/edac/sb_edac.c')
-rw-r--r-- | drivers/edac/sb_edac.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c index 7a402bfbee7d..88df48956c1b 100644 --- a/drivers/edac/sb_edac.c +++ b/drivers/edac/sb_edac.c | |||
@@ -1609,11 +1609,9 @@ static int sbridge_mce_check_error(struct notifier_block *nb, unsigned long val, | |||
1609 | mce->cpuvendor, mce->cpuid, mce->time, | 1609 | mce->cpuvendor, mce->cpuid, mce->time, |
1610 | mce->socketid, mce->apicid); | 1610 | mce->socketid, mce->apicid); |
1611 | 1611 | ||
1612 | #ifdef CONFIG_SMP | ||
1613 | /* Only handle if it is the right mc controller */ | 1612 | /* Only handle if it is the right mc controller */ |
1614 | if (cpu_data(mce->cpu).phys_proc_id != pvt->sbridge_dev->mc) | 1613 | if (cpu_data(mce->cpu).phys_proc_id != pvt->sbridge_dev->mc) |
1615 | return NOTIFY_DONE; | 1614 | return NOTIFY_DONE; |
1616 | #endif | ||
1617 | 1615 | ||
1618 | smp_rmb(); | 1616 | smp_rmb(); |
1619 | if ((pvt->mce_out + 1) % MCE_LOG_LEN == pvt->mce_in) { | 1617 | if ((pvt->mce_out + 1) % MCE_LOG_LEN == pvt->mce_in) { |