commit | b7846e6be235c4a19337a32168b27ed836a1504e | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Wed Jan 22 15:06:54 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 23 21:59:42 2020 +0100 |
tree | 713cbfebc6d7930e89bcc1fb98241015391b16ea | |
parent | a17e809ea573e69474064ba2bbff06d212861e19 [diff] |
efi: Make memreserve table handling local to efi.c There is no need for struct efi to carry the address of the memreserve table and share it with the world. So move it out and make it __initdata as well. Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64 Signed-off-by: Ard Biesheuvel <ardb@kernel.org>