···20552056 IA64_MCA_DEBUG("%s: registered OS INIT handler with SAL\n", __func__);20572058- /*2059- * Configure the CMCI/P vector and handler. Interrupts for CMC are2060- * per-processor, so AP CMC interrupts are setup in smp_callin() (smpboot.c).2061- */2062- register_percpu_irq(IA64_CMC_VECTOR, &cmci_irqaction);2063- register_percpu_irq(IA64_CMCP_VECTOR, &cmcp_irqaction);2064- ia64_mca_cmc_vector_setup(); /* Setup vector on BSP */2065-2066- /* Setup the MCA rendezvous interrupt vector */2067- register_percpu_irq(IA64_MCA_RENDEZ_VECTOR, &mca_rdzv_irqaction);2068-2069- /* Setup the MCA wakeup interrupt vector */2070- register_percpu_irq(IA64_MCA_WAKEUP_VECTOR, &mca_wkup_irqaction);2071-2072-#ifdef CONFIG_ACPI2073- /* Setup the CPEI/P handler */2074- register_percpu_irq(IA64_CPEP_VECTOR, &mca_cpep_irqaction);2075-#endif2076-2077 /* Initialize the areas set aside by the OS to buffer the2078 * platform/processor error states for MCA/INIT/CMC2079 * handling.···2083{2084 if (!mca_init)2085 return 0;000000000000000000020862087 register_hotcpu_notifier(&mca_cpu_notifier);2088
···20552056 IA64_MCA_DEBUG("%s: registered OS INIT handler with SAL\n", __func__);205700000000000000000002058 /* Initialize the areas set aside by the OS to buffer the2059 * platform/processor error states for MCA/INIT/CMC2060 * handling.···2102{2103 if (!mca_init)2104 return 0;2105+2106+ /*2107+ * Configure the CMCI/P vector and handler. Interrupts for CMC are2108+ * per-processor, so AP CMC interrupts are setup in smp_callin() (smpboot.c).2109+ */2110+ register_percpu_irq(IA64_CMC_VECTOR, &cmci_irqaction);2111+ register_percpu_irq(IA64_CMCP_VECTOR, &cmcp_irqaction);2112+ ia64_mca_cmc_vector_setup(); /* Setup vector on BSP */2113+2114+ /* Setup the MCA rendezvous interrupt vector */2115+ register_percpu_irq(IA64_MCA_RENDEZ_VECTOR, &mca_rdzv_irqaction);2116+2117+ /* Setup the MCA wakeup interrupt vector */2118+ register_percpu_irq(IA64_MCA_WAKEUP_VECTOR, &mca_wkup_irqaction);2119+2120+#ifdef CONFIG_ACPI2121+ /* Setup the CPEI/P handler */2122+ register_percpu_irq(IA64_CPEP_VECTOR, &mca_cpep_irqaction);2123+#endif21242125 register_hotcpu_notifier(&mca_cpu_notifier);2126