commit | c3357fc5415d6e0c45c7c8987e06cf8f8b3f3a54 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Feb 18 19:58:28 2020 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Mar 09 17:35:08 2020 +0000 |
tree | 0c75ad1c980939ced79d57c9eca0c47b1fcbd459 | |
parent | 0ccbd98a92c19a34921adb082cd00c58e134ba02 [diff] |
arm64: entry: Annotate ret_from_fork 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. ret_from_fork is not a normal C function and should therefore be annotated as code. Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>