···1016101610171017 cmc_polling_enabled = 1;10181018 spin_unlock(&cmc_history_lock);10191019+ /* If we're being hit with CMC interrupts, we won't10201020+ * ever execute the schedule_work() below. Need to10211021+ * disable CMC interrupts on this processor now.10221022+ */10231023+ ia64_mca_cmc_vector_disable(NULL);10191024 schedule_work(&cmc_disable_work);1020102510211026 /*