···10161017 cmc_polling_enabled = 1;1018 spin_unlock(&cmc_history_lock);1019+ /* If we're being hit with CMC interrupts, we won't1020+ * ever execute the schedule_work() below. Need to1021+ * disable CMC interrupts on this processor now.1022+ */1023+ ia64_mca_cmc_vector_disable(NULL);1024 schedule_work(&cmc_disable_work);10251026 /*