commit | a17e809ea573e69474064ba2bbff06d212861e19 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Wed Jan 22 15:05:12 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 23 21:59:42 2020 +0100 |
tree | 2c1690e992d9d73eb250e5f9122a616cc0abaaec | |
parent | 5d288dbd88606d8f215c7138b10649115d79cadd [diff] |
efi: Move mem_attr_table out of struct efi The memory attributes table is only used at init time by the core EFI code, so there is no need to carry its address in struct efi that is shared with the world. So move it out, and make it __ro_after_init as well, considering that the value is set during early boot. Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64 Signed-off-by: Ard Biesheuvel <ardb@kernel.org>