if (!(flags & MCP_UC) &&
-                   (m.status & (mca_cfg.ser ? MCI_STATUS_S : MCI_STATUS_UC)))
+                   (m.status & (mca_cfg.ser ? MCI_STATUS_S : MCI_STATUS_UC))) {
+                       spin_unlock_irqrestore(&mce_banks[i].poll_spinlock,
+                                              irq_flags);
                        continue;
+               }

Perhaps move this test for UC up to before you grab the lock?

-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to