commit | dbfe3828a6f36be904427ed7f196744cb02d3072 | [log] [tgz] |
---|---|---|
author | Anshuman Khandual <anshuman.khandual@arm.com> | Sat Sep 22 21:09:53 2018 +0530 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Oct 01 13:47:31 2018 +0100 |
tree | 86599cff6a639d72ec404e03ce565be7f4abdc93 | |
parent | 00bbd5d9016d49fa8dddef020a06b94fedca9148 [diff] |
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>