Re: [PATCH 04/17] Rename memory allocation/free functions

2013-08-07 Thread Roy Franz
On Wed, Aug 7, 2013 at 6:09 AM, Matt Fleming wrote: > On Tue, 06 Aug, at 08:45:00PM, 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_allo

Re: [PATCH 04/17] Rename memory allocation/free functions

2013-08-07 Thread Matt Fleming
On Tue, 06 Aug, at 08:45:00PM, 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 Fr

[PATCH 04/17] Rename memory allocation/free functions

2013-08-06 Thread Roy Franz
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 --- arch/x86/boot/compressed/eboot.c | 19 ++