diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/acpi/boot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index 040451e90a04..53eb5cfd5b63 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c | |||
@@ -608,9 +608,11 @@ static int __init acpi_parse_fadt(unsigned long phys, unsigned long size) | |||
608 | acpi_fadt.sci_int = fadt->sci_int; | 608 | acpi_fadt.sci_int = fadt->sci_int; |
609 | #endif | 609 | #endif |
610 | 610 | ||
611 | #ifdef CONFIG_ACPI_BUS | ||
611 | /* initialize rev and apic_phys_dest_mode for x86_64 genapic */ | 612 | /* initialize rev and apic_phys_dest_mode for x86_64 genapic */ |
612 | acpi_fadt.revision = fadt->revision; | 613 | acpi_fadt.revision = fadt->revision; |
613 | acpi_fadt.force_apic_physical_destination_mode = fadt->force_apic_physical_destination_mode; | 614 | acpi_fadt.force_apic_physical_destination_mode = fadt->force_apic_physical_destination_mode; |
615 | #endif | ||
614 | 616 | ||
615 | #ifdef CONFIG_X86_PM_TIMER | 617 | #ifdef CONFIG_X86_PM_TIMER |
616 | /* detect the location of the ACPI PM Timer */ | 618 | /* detect the location of the ACPI PM Timer */ |