commit | fb610f2a2006322bebeb30408fefce6a01df09ea | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Feb 26 15:37:09 2019 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Apr 09 11:21:13 2019 +0100 |
tree | f9e6531415ddea6b10f2cb1c665291a5fabc70db | |
parent | a22d570aee77ae626e4d3532478ae8058a24bdb3 [diff] |
arm64: debug: Remove redundant user_mode(regs) checks from debug handlers Now that the debug hook dispatching code takes the triggering exception level into account, there's no need for the hooks themselves to poke around with user_mode(regs). Reviewed-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>