mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
725d623fae
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue