commit | 5b1f7fe41909cde40decad9f0e8ee585777a0538 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Nov 14 14:20:21 2017 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Mon Dec 11 13:40:53 2017 +0000 |
tree | 1ea5bdf269b5e6d397db4e9ee6829706177c2a00 | |
parent | 51a0048beb449682d632d0af52a515adb9f9882e [diff] |
arm64: entry: Explicitly pass exception level to kernel_ventry macro We will need to treat exceptions from EL0 differently in kernel_ventry, so rework the macro to take the exception level as an argument and construct the branch target using that. Reviewed-by: Mark Rutland <mark.rutland@arm.com> Tested-by: Laura Abbott <labbott@redhat.com> Tested-by: Shanker Donthineni <shankerd@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>