commit | 0ccbd98a92c19a34921adb082cd00c58e134ba02 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Feb 18 19:58:27 2020 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Mar 09 17:35:06 2020 +0000 |
tree | d29f84cc518721417d52b9ef25fc4be08dcadf02 | |
parent | b8e505484e376322cb1e12540e8b52dc31b73b6e [diff] |
arm64: entry: Annotate vector table and handlers as code In an effort to clarify and simplify the annotation of assembly functions new macros have been introduced. These replace ENTRY and ENDPROC with two different annotations for normal functions and those with unusual calling conventions. The vector table and handlers aren't normal C style code so should be annotated as CODE. Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>