diff options
author | Evgenii Stepanov <eugenis@google.com> | 2022-03-10 00:59:43 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-03-10 13:23:10 +0300 |
commit | 9986c7650eb3d3e9f00def7bc10e9328a047112e (patch) | |
tree | 751f8832420d85173364a32b30e81278928ac3a9 /Documentation/ABI/testing | |
parent | cf220ad6749b8305ba11bdf601c55a17ad2a715d (diff) | |
download | linux-9986c7650eb3d3e9f00def7bc10e9328a047112e.tar.xz |
docs: sysfs-devices-system-cpu: document "asymm" value for mte_tcf_preferred
It was added in commit 766121ba5de3 ("arm64/mte: Add userspace interface
for enabling asymmetric mode").
Signed-off-by: Evgenii Stepanov <eugenis@google.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220309215943.87831-1-eugenis@google.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-system-cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index 61f5676a7429..2281d5eff403 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu @@ -662,6 +662,7 @@ Description: Preferred MTE tag checking mode ================ ============================================== "sync" Prefer synchronous mode + "asymm" Prefer asymmetric mode "async" Prefer asynchronous mode ================ ============================================== |