From: Evgenii Stepanov Date: Wed, 9 Mar 2022 21:59:43 +0000 (-0800) Subject: docs: sysfs-devices-system-cpu: document "asymm" value for mte_tcf_preferred X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9986c7650eb3d3e9f00def7bc10e9328a047112e;p=linux.git 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 Reviewed-by: Mark Brown Link: https://lore.kernel.org/r/20220309215943.87831-1-eugenis@google.com Signed-off-by: Will Deacon --- diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index 61f5676a7429a..2281d5eff4033 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 ================ ==============================================