Searched hist:e885cd805fc6e65ef5150a211c7bac02f925af04 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | efi.h | diff e885cd805fc6e65ef5150a211c7bac02f925af04 Fri Jan 10 13:26:06 CST 2014 Mark Salter <msalter@redhat.com> efi: create memory map iteration helper
There are a lot of places in the kernel which iterate through an EFI memory map. Most of these places use essentially the same for-loop code. This patch adds a for_each_efi_memory_desc() helper to clean up all of the existing duplicate code and avoid more in the future.
Signed-off-by: Mark Salter <msalter@redhat.com> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|