commit | a5d4420b26b5068a98ce75210b07d2e083f5f691 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Feb 18 19:58:35 2020 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Mar 09 17:35:24 2020 +0000 |
tree | 5dc69787785d0a0d84d23d5069db32f4f6108e49 | |
parent | ebdf44a189984d6f72db6427194d4f5a6b07dc17 [diff] |
arm64: kernel: Convert to modern annotations for assembly data In an effort to clarify and simplify the annotation of assembly functions in the kernel new macros have been introduced. These include specific annotations for the start and end of data, update symbols for data to use these. Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>