]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - arch/arm64/mm/cache.S
arm64: mm: Use modern annotations for assembly functions
authorMark Brown <broonie@kernel.org>
Mon, 6 Jan 2020 19:58:18 +0000 (19:58 +0000)
committerWill Deacon <will@kernel.org>
Wed, 8 Jan 2020 12:23:38 +0000 (12:23 +0000)
commitf4659254a327f5e61c24e21b91c5aea0291bc65b
tree8128ee20c861612afa2b77102205f150a8b92e3a
parent3ac0f4526dfb80625f5c2365bccd85be68db93ef
arm64: mm: Use modern annotations for assembly functions

In an effort to clarify and simplify the annotation of assembly functions
in the kernel new macros have been introduced. These replace ENTRY and
ENDPROC and also add a new annotation for static functions which previously
had no ENTRY equivalent. Update the annotations in the mm code to the
new macros. Even the functions called from non-standard environments
like idmap have no special requirements on their environments so can be
treated like regular functions.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/mm/cache.S
arch/arm64/mm/proc.S