commit | e97ac4780d69c719b81086bba615c8568afd14a1 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Mar 22 17:17:35 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 16:56:53 2022 -0400 |
tree | 6003aaab580f6181b363d20eb8c7c32bd1adabd7 | |
parent | 93c3d329707e0d8dc98e5f86938bbedbe15b5349 [diff] |
arm64: Save esr in pt_regs To avoid passing around an extra register everywhere, save esr in pt_regs like the rest. For proper alignment we need to have a second (unused) register. All the printfs have to be adjusted, since it's now an unsigned long and not an int. Signed-off-by: Sean Anderson <sean.anderson@seco.com>