From: Roy Franz Date: Sun, 22 Sep 2013 22:45:32 +0000 (-0700) Subject: efi: Generalize relocate_kernel() for use by other architectures. X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~32^2~4^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a9f3a7c336a6b0ffeef2523bef93e67b0921163;p=pandora-kernel.git efi: Generalize relocate_kernel() for use by other architectures. Rename relocate_kernel() to efi_relocate_kernel(), and take parameters rather than x86 specific structure. Add max_addr argument as for ARM we have some address constraints that we need to enforce when relocating the kernel. Add alloc_size parameter for use by ARM64 which uses an uncompressed kernel, and needs to allocate space for BSS. Signed-off-by: Roy Franz Signed-off-by: Matt Fleming --- Reading git-diff-tree failed