diff options
Diffstat (limited to 'arch/i386/kernel/acpi')
-rw-r--r-- | arch/i386/kernel/acpi/boot.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index 9f63ae0f404b..f5360d88bcf4 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c | |||
@@ -507,6 +507,22 @@ acpi_unmap_lsapic(int cpu) | |||
507 | EXPORT_SYMBOL(acpi_unmap_lsapic); | 507 | EXPORT_SYMBOL(acpi_unmap_lsapic); |
508 | #endif /* CONFIG_ACPI_HOTPLUG_CPU */ | 508 | #endif /* CONFIG_ACPI_HOTPLUG_CPU */ |
509 | 509 | ||
510 | int | ||
511 | acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base) | ||
512 | { | ||
513 | /* TBD */ | ||
514 | return -EINVAL; | ||
515 | } | ||
516 | EXPORT_SYMBOL(acpi_register_ioapic); | ||
517 | |||
518 | int | ||
519 | acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base) | ||
520 | { | ||
521 | /* TBD */ | ||
522 | return -EINVAL; | ||
523 | } | ||
524 | EXPORT_SYMBOL(acpi_unregister_ioapic); | ||
525 | |||
510 | static unsigned long __init | 526 | static unsigned long __init |
511 | acpi_scan_rsdp ( | 527 | acpi_scan_rsdp ( |
512 | unsigned long start, | 528 | unsigned long start, |