commit | 935d29335d2d432ddc8a3b0fa658497cc097f9f9 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Mar 22 17:18:37 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 16:56:53 2022 -0400 |
tree | 2a34386c369690c277947e86b135ce344264bac9 | |
parent | 52eb22ac41204704b92fdf98b580d8ebe2e30a82 [diff] |
arm64: Import some ESR and SPSR defines from Linux This imports some defines for esr and spsr from Linux v5.16. I have modified the includes and fixed some indentation nits but otherwise it is the same. There are a lot more defines than we need, but it doesn't hurt. Signed-off-by: Sean Anderson <sean.anderson@seco.com>