Bug 2660 - Bad argument value to the acpi_scan_rsdp
Summary: Bad argument value to the acpi_scan_rsdp
Status: REJECTED DUPLICATE of bug 2415
Alias: None
Product: ACPI
Classification: Unclassified
Component: Config-Tables (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Luming Yu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-08 20:40 UTC by kinomoto
Modified: 2004-05-17 22:44 UTC (History)
0 users

See Also:
Kernel Version: 2.6.5
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description kinomoto 2004-05-08 20:40:45 UTC
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:
Comment 1 Luming Yu 2004-05-17 22:44:59 UTC

*** This bug has been marked as a duplicate of 2415 ***

Note You need to log in before you can comment on or make changes to this bug.