Pull acpi_os_allocate into test branch

This commit is contained in:
Len Brown
2006-07-10 02:39:47 -04:00
6 changed files with 31 additions and 40 deletions

View File

@@ -285,6 +285,7 @@ acpi_ut_initialize_buffer(struct acpi_buffer * buffer,
return (status);
}
#ifdef NOT_USED_BY_LINUX
/*******************************************************************************
*
* FUNCTION: acpi_ut_allocate
@@ -360,3 +361,4 @@ void *acpi_ut_allocate_zeroed(acpi_size size,
return (allocation);
}
#endif