diff options
| -rw-r--r-- | arch/i386/kernel/acpi/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index 53eb5cfd5b63..848bb97af7ca 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c | |||
| @@ -650,7 +650,7 @@ acpi_find_rsdp (void) | |||
| 650 | */ | 650 | */ |
| 651 | rsdp_phys = acpi_scan_rsdp (0, 0x400); | 651 | rsdp_phys = acpi_scan_rsdp (0, 0x400); |
| 652 | if (!rsdp_phys) | 652 | if (!rsdp_phys) |
| 653 | rsdp_phys = acpi_scan_rsdp (0xE0000, 0xFFFFF); | 653 | rsdp_phys = acpi_scan_rsdp (0xE0000, 0x20000); |
| 654 | 654 | ||
| 655 | return rsdp_phys; | 655 | return rsdp_phys; |
| 656 | } | 656 | } |
