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:
njl 2003-08-12 04:56:45 +00:00
commit f7a72db8a5

View File

@ -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;