This commit was generated by cvs2svn to compensate for changes in r118812,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
f7a72db8a5
@ -478,7 +478,7 @@ AcpiOsMapMemory (
|
||||
void
|
||||
AcpiOsUnmapMemory (
|
||||
void *where,
|
||||
UINT32 length)
|
||||
ACPI_SIZE length)
|
||||
{
|
||||
|
||||
return;
|
||||
@ -499,7 +499,7 @@ AcpiOsUnmapMemory (
|
||||
|
||||
void *
|
||||
AcpiOsAllocate (
|
||||
UINT32 size)
|
||||
ACPI_SIZE size)
|
||||
{
|
||||
void *Mem;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user