Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / arch / x86 / kernel / acpi / boot.c
index 6b75777..bacf4b0 100644 (file)
@@ -574,6 +574,12 @@ int acpi_register_gsi(struct device *dev, u32 gsi, int trigger, int polarity)
 
        return irq;
 }
+EXPORT_SYMBOL_GPL(acpi_register_gsi);
+
+void acpi_unregister_gsi(u32 gsi)
+{
+}
+EXPORT_SYMBOL_GPL(acpi_unregister_gsi);
 
 void __init acpi_set_irq_model_pic(void)
 {
@@ -656,7 +662,7 @@ static int __cpuinit _acpi_map_lsapic(acpi_handle handle, int *pcpu)
        acpi_register_lapic(physid, ACPI_MADT_ENABLED);
 
        /*
-        * If mp_register_lapic successfully generates a new logical cpu
+        * If acpi_register_lapic successfully generates a new logical cpu
         * number, then the following will get us exactly what was mapped
         */
        cpumask_andnot(new_map, cpu_present_mask, tmp_map);