Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/arm64: cpu-feature-registers: Rewrite bitfields that don't follo…
…w [e, s] Commit "docs/arm64: cpu-feature-registers: Documents missing visible fields" added bitfields following the convention [s, e]. However, the documentation is following [s, e] and so does the Arm ARM. Rewrite the bitfields to match the format [s, e]. Fixes: a8613e7 ("docs/arm64: cpu-feature-registers: Documents missing visible fields") Signed-off-by: Julien Grall <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
- Loading branch information