• Mark Brown's avatar
    arm64: mm: Use modern annotations for assembly functions · f4659254
    Mark Brown authored
    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: default avatarMark Brown <broonie@kernel.org>
    Signed-off-by: default avatarWill Deacon <will@kernel.org>
    f4659254
cache.S 5.58 KB