• Mark Rutland's avatar
    arm64: entry: cleanup el0 svc handler naming · 7a2c0944
    Mark Rutland authored
    For most of the exception entry code, <foo>_handler() is the first C
    function called from the entry assembly in entry-common.c, and external
    functions handling the bulk of the logic are called do_<foo>().
    
    For consistency, apply this scheme to el0_svc_handler and
    el0_svc_compat_handler, renaming them to do_el0_svc and
    do_el0_svc_compat respectively.
    
    There should be no functional change as a result of this patch.
    Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
    Reviewed-by: default avatarAnshuman Khandual <anshuman.khandual@arm.com>
    Cc: Catalin Marinas <catalin.marinas@arm.com>
    Cc: James Morse <james.morse@arm.com>
    Cc: Will Deacon <will@kernel.org>
    Signed-off-by: default avatarWill Deacon <will@kernel.org>
    7a2c0944
entry-common.c 7.35 KB