aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/acpi
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2005-08-24 12:10:49 -0400
committerLen Brown <len.brown@intel.com>2005-08-24 12:11:34 -0400
commit76f58584824c61eb5b3bdbf019236815921d2e7c (patch)
treea8cb03339eddd5ada3c9d04b70b8bd6520e2bc14 /arch/i386/kernel/acpi
parent8466361ad5233d4356a4601e16b66c25277920d1 (diff)
[ACPI] delete CONFIG_ACPI_BUS
it is a synonym for CONFIG_ACPI Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/i386/kernel/acpi')
-rw-r--r--arch/i386/kernel/acpi/boot.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c
index 84befaecedf8..552fc85691ac 100644
--- a/arch/i386/kernel/acpi/boot.c
+++ b/arch/i386/kernel/acpi/boot.c
@@ -408,8 +408,6 @@ acpi_parse_nmi_src(acpi_table_entry_header * header, const unsigned long end)
408 408
409#endif /* CONFIG_X86_IO_APIC */ 409#endif /* CONFIG_X86_IO_APIC */
410 410
411#ifdef CONFIG_ACPI_BUS
412
413/* 411/*
414 * acpi_pic_sci_set_trigger() 412 * acpi_pic_sci_set_trigger()
415 * 413 *
@@ -460,8 +458,6 @@ void __init acpi_pic_sci_set_trigger(unsigned int irq, u16 trigger)
460 outb(new >> 8, 0x4d1); 458 outb(new >> 8, 0x4d1);
461} 459}
462 460
463#endif /* CONFIG_ACPI_BUS */
464
465int acpi_gsi_to_irq(u32 gsi, unsigned int *irq) 461int acpi_gsi_to_irq(u32 gsi, unsigned int *irq)
466{ 462{
467#ifdef CONFIG_X86_IO_APIC 463#ifdef CONFIG_X86_IO_APIC
@@ -637,12 +633,10 @@ static int __init acpi_parse_fadt(unsigned long phys, unsigned long size)
637 /* initialize sci_int early for INT_SRC_OVR MADT parsing */ 633 /* initialize sci_int early for INT_SRC_OVR MADT parsing */
638 acpi_fadt.sci_int = fadt->sci_int; 634 acpi_fadt.sci_int = fadt->sci_int;
639 635
640#ifdef CONFIG_ACPI_BUS
641 /* initialize rev and apic_phys_dest_mode for x86_64 genapic */ 636 /* initialize rev and apic_phys_dest_mode for x86_64 genapic */
642 acpi_fadt.revision = fadt->revision; 637 acpi_fadt.revision = fadt->revision;
643 acpi_fadt.force_apic_physical_destination_mode = 638 acpi_fadt.force_apic_physical_destination_mode =
644 fadt->force_apic_physical_destination_mode; 639 fadt->force_apic_physical_destination_mode;
645#endif
646 640
647#ifdef CONFIG_X86_PM_TIMER 641#ifdef CONFIG_X86_PM_TIMER
648 /* detect the location of the ACPI PM Timer */ 642 /* detect the location of the ACPI PM Timer */