| commit | 6cb0c8ed6905a264c892d8dcc4c93e6c0222d0c0 | [log] [tgz] |
|---|---|---|
| author | Ricardo Neri <ricardo.neri-calderon@linux.intel.com> | Tue Aug 19 11:56:00 2014 -0700 |
| committer | Matt Fleming <matt.fleming@intel.com> | Tue Aug 19 22:35:24 2014 +0100 |
| tree | 4b5f6898c18215150c6bdb70fa44f2e00fcccb4d | |
| parent | 36b64c716f1394466b9da3d6f43fbe1f0d3c294c [diff] |
x86/efi: Remove __init attribute from memory mapping functions Even though these functions are called at kernel boot, they will also be used by the page fault handler to fixup access to BOOT_SERVICES_* regions, which do not have the __init attribute. Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>