commit | 568c5fe5a54f2654f5a4c599c45b8a62ed9a2013 | [log] [tgz] |
---|---|---|
author | Laura Abbott <labbott@redhat.com> | Tue Jan 10 13:35:42 2017 -0800 |
committer | Will Deacon <will.deacon@arm.com> | Wed Jan 11 13:56:49 2017 +0000 |
tree | 1c3f81b9fa7918f5590efd74072ebc40ebc7cfb4 | |
parent | 2dece445b6dbdaa3d94f38ef44aa1b63bc2a6bb9 [diff] |
mm: Introduce lm_alias Certain architectures may have the kernel image mapped separately to alias the linear map. Introduce a macro lm_alias to translate a kernel image symbol into its linear alias. This is used in part with work to add CONFIG_DEBUG_VIRTUAL support for arm64. Reviewed-by: Mark Rutland <mark.rutland@arm.com> Tested-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Will Deacon <will.deacon@arm.com>