diff options
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/acpi/boot.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index 9ba0b957d11f..040451e90a04 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c | |||
@@ -608,6 +608,10 @@ 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 | /* initialize rev and apic_phys_dest_mode for x86_64 genapic */ | ||
612 | acpi_fadt.revision = fadt->revision; | ||
613 | acpi_fadt.force_apic_physical_destination_mode = fadt->force_apic_physical_destination_mode; | ||
614 | |||
611 | #ifdef CONFIG_X86_PM_TIMER | 615 | #ifdef CONFIG_X86_PM_TIMER |
612 | /* detect the location of the ACPI PM Timer */ | 616 | /* detect the location of the ACPI PM Timer */ |
613 | if (fadt->revision >= FADT2_REVISION_ID) { | 617 | if (fadt->revision >= FADT2_REVISION_ID) { |