commit | 969e61ba87f9195c18130a5e88a966837fdb6a2c | [log] [tgz] |
---|---|---|
author | Mark Rutland <mark.rutland@arm.com> | Mon May 21 14:14:50 2018 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed May 23 11:46:07 2018 +0100 |
tree | 8c8085af97a5a2001deba2e317c4c1782fce1bbf | |
parent | 7bd99b403405d329b9b72f6bae6a07c10bfa1b95 [diff] |
arm64: make is_permission_fault() name clearer The naming of is_permission_fault() makes it sound like it should return true for permission faults from EL0, but by design, it only does so for faults from EL1. Let's make this clear by dropping el1 in the name, as we do for is_el1_instruction_abort(). Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>