This commit was generated by cvs2svn to compensate for changes in r138296,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
bc7d6d9dd2
@ -185,7 +185,15 @@ AcpiOsGetRootPointer (
|
||||
ACPI_POINTER *Address)
|
||||
{
|
||||
|
||||
return (AeLocalGetRootPointer(Flags, Address));
|
||||
#if 0
|
||||
/* The supporting code for this is not yet available.
|
||||
* Return to the old situation for now.
|
||||
*/
|
||||
return (AeLocalGetRootPointer(Flags, (ACPI_PHYSICAL_ADDRESS *)Address));
|
||||
#else
|
||||
return (AE_OK);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user