diff options
author | Marc Zyngier <maz@kernel.org> | 2022-04-20 13:21:12 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-04-20 13:24:44 +0100 |
commit | 69bb02ebc38ace438c9cd7c5315cfe43862b51fe (patch) | |
tree | a40971e4b2c56ea563a3c573a2ad5f606982021f /Documentation/arm64/cpu-feature-registers.rst | |
parent | bdcc2f280334e4e3f42a5a740494444f1026fb65 (diff) | |
download | linux-69bb02ebc38ace438c9cd7c5315cfe43862b51fe.tar.gz linux-69bb02ebc38ace438c9cd7c5315cfe43862b51fe.tar.bz2 linux-69bb02ebc38ace438c9cd7c5315cfe43862b51fe.zip |
arm64: Add HWCAP advertising FEAT_WFXT
In order to allow userspace to enjoy WFET, add a new HWCAP that
advertises it when available.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20220419182755.601427-9-maz@kernel.org
Diffstat (limited to 'Documentation/arm64/cpu-feature-registers.rst')
-rw-r--r-- | Documentation/arm64/cpu-feature-registers.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/arm64/cpu-feature-registers.rst b/Documentation/arm64/cpu-feature-registers.rst index 749ae970c319..04ba83e1965f 100644 --- a/Documentation/arm64/cpu-feature-registers.rst +++ b/Documentation/arm64/cpu-feature-registers.rst @@ -290,6 +290,8 @@ infrastructure: +------------------------------+---------+---------+ | RPRES | [7-4] | y | +------------------------------+---------+---------+ + | WFXT | [3-0] | y | + +------------------------------+---------+---------+ Appendix I: Example |