[IA64] Cleanup compile warnings for ski config

The attached patch cleans up a compilation warning when ACPI
is turned off (i.e., when compiling for the Ski simulator).

Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

Peter Chubb and committed by
Tony Luck
b655913b eff910a9

+2 -2
+2 -2
arch/ia64/kernel/mca.c
··· 1103 return IRQ_HANDLED; 1104 } 1105 1106 - #endif /* CONFIG_ACPI */ 1107 - 1108 /* 1109 * ia64_mca_cpe_poll 1110 * ··· 1119 /* Trigger a CPE interrupt cascade */ 1120 platform_send_ipi(first_cpu(cpu_online_map), IA64_CPEP_VECTOR, IA64_IPI_DM_INT, 0); 1121 } 1122 1123 /* 1124 * C portion of the OS INIT handler
··· 1103 return IRQ_HANDLED; 1104 } 1105 1106 /* 1107 * ia64_mca_cpe_poll 1108 * ··· 1121 /* Trigger a CPE interrupt cascade */ 1122 platform_send_ipi(first_cpu(cpu_online_map), IA64_CPEP_VECTOR, IA64_IPI_DM_INT, 0); 1123 } 1124 + 1125 + #endif /* CONFIG_ACPI */ 1126 1127 /* 1128 * C portion of the OS INIT handler