Distribution: Hardware Environment:i386 Software Environment: Problem Description: In acpi_find_rsdp, the args to the acpi_scan_rsdp are: if (!rsdp_phys) rsdp_phys = acpi_scan_rsdp (0xE0000, 0xFFFFF); They seems like the start and end address of the scanned area. But the args of acpi_scan_rsdp are "first" and "length". Steps to reproduce:
*** This bug has been marked as a duplicate of 2415 ***