]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64/mm: Reorganize arguments for is_el1_permission_fault()
authorAnshuman Khandual <anshuman.khandual@arm.com>
Sat, 22 Sep 2018 15:39:53 +0000 (21:09 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 1 Oct 2018 12:47:31 +0000 (13:47 +0100)
commitdbfe3828a6f36be904427ed7f196744cb02d3072
tree86599cff6a639d72ec404e03ce565be7f4abdc93
parent00bbd5d9016d49fa8dddef020a06b94fedca9148
arm64/mm: Reorganize arguments for is_el1_permission_fault()

Most memory abort exception handling related functions have the arguments
in the order (addr, esr, regs) except is_el1_permission_fault(). This
changes the argument order in this function as (addr, esr, regs) like
others.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/fault.c