commit | 5067060314d0402e1e4394317aa9a5913cc70df2 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Jun 17 10:03:47 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 25 17:22:30 2024 -0600 |
tree | 15d9eaf832ae29f446bab6f9b7bbd9750d66859f | |
parent | 04f5cb64d822bf48c4c7f0f19e3b6b282eb6ce7a [diff] |
arm64: mmu.h: fix PTE_TABLE_AP The APTable attribute is two bits wide according to the ARMv8-A architecture reference manual. Fix the macro accordingly. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>