Reverting r35592, that checked that it was a valid 32 bit physical address, now that #5449 is fixed. (So we use the ACPICA code without modifications).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35728 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9562c7f592
commit
1cb8d6e5c6
@ -620,19 +620,6 @@ AcpiTbParseRootTable (
|
|||||||
*/
|
*/
|
||||||
Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->XsdtPhysicalAddress;
|
Address = (ACPI_PHYSICAL_ADDRESS) Rsdp->XsdtPhysicalAddress;
|
||||||
TableEntrySize = sizeof (UINT64);
|
TableEntrySize = sizeof (UINT64);
|
||||||
|
|
||||||
#if ACPI_MACHINE_WIDTH == 32
|
|
||||||
if (Rsdp->XsdtPhysicalAddress > ACPI_UINT32_MAX)
|
|
||||||
{
|
|
||||||
/* Will truncate 64-bit address to 32 bits, issue warning */
|
|
||||||
|
|
||||||
ACPI_WARNING ((AE_INFO,
|
|
||||||
"64-bit Physical Address in XSDT is too large (%8.8X%8.8X),"
|
|
||||||
" truncating",
|
|
||||||
ACPI_FORMAT_UINT64 (Rsdp->XsdtPhysicalAddress)));
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user