[PATCH 03/16] Rename memory allocation/free functions
From: Mark Salter <hidden>
Date: 2013-08-13 13:57:25
Also in:
linux-efi, lkml
From: Mark Salter <hidden>
Date: 2013-08-13 13:57:25
Also in:
linux-efi, lkml
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote:
Rename them to be more similar, as low_free() could be used to free memory allocated by both high_alloc() and low_alloc(). high_alloc() -> efi_high_alloc() low_alloc() -> efi_low_alloc() low_free() -> efi_free() Signed-off-by: Roy Franz <redacted> ---
Tested on arm64. Acked-by: Mark Salter <redacted>