diff options
author | Mark Brown <broonie@kernel.org> | 2020-01-10 18:50:04 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-01-13 14:38:43 +0300 |
commit | 73d6890fe8ff40e357039b626537ac82d8782aeb (patch) | |
tree | 2ec9c92edf2b472de319d885082ffdea73a1401a /arch/arm64/include | |
parent | b6a5c58240be8a9521358a4efcaadaa5e3586062 (diff) | |
download | linux-73d6890fe8ff40e357039b626537ac82d8782aeb.tar.xz |
arm64: kernel: Correct annotation of end of el0_sync
Commit 582f95835a8fc812c ("arm64: entry: convert el0_sync to C") caused
the ENDPROC() annotating the end of el0_sync to be placed after the code
for el0_sync_compat. This replaced the previous annotation where it was
located after all the cases that are now converted to C, including after
the currently unannotated el0_irq_compat and el0_error_compat. Move the
annotation to the end of the function and add separate annotations for
the _compat ones.
Fixes: 582f95835a8fc812c (arm64: entry: convert el0_sync to C)
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/include')
0 files changed, 0 insertions, 0 deletions