linux/drivers/firmware/efi
Roy Franz c158c3bf59 boot, efi: Remove redundant memset()
Remove a redundant memset() call from efi_relocate_kernel() that
was clearing memory that would be used by BSS in non-compressed
images loaded with this function.  This clear was redundant with
the clearing done in the image itself, and also implemented incorrectly
with a 0 length.

Signed-off-by: Roy Franz <roy.franz@linaro.org>
Acked-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
2013-10-04 20:07:47 +01:00
..
efi-pstore.c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 2013-07-04 10:29:23 -07:00
efi-stub-helper.c boot, efi: Remove redundant memset() 2013-10-04 20:07:47 +01:00
efi.c efi: x86: make efi_lookup_mapped_addr() a common function 2013-09-05 13:29:29 +01:00
efivars.c efivars: Mark local function as static 2013-09-05 10:38:23 +01:00
Kconfig
Makefile
vars.c efi: locking fix in efivar_entry_set_safe() 2013-04-30 16:03:18 +01:00