From c651aae5a7732287c1c9bc974ece4ed798780544 Mon Sep 17 00:00:00 2001 From: Suzuki K Poulose Date: Tue, 14 Mar 2017 18:13:27 +0000 Subject: arm64: v8.3: Support for weaker release consistency ARMv8.3 adds new instructions to support Release Consistent processor consistent (RCpc) model, which is weaker than the RCsc model. Signed-off-by: Suzuki K Poulose Signed-off-by: Catalin Marinas --- Documentation/arm64/cpu-feature-registers.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/arm64') diff --git a/Documentation/arm64/cpu-feature-registers.txt b/Documentation/arm64/cpu-feature-registers.txt index 0ce0a4021aa4..d1c97f9f51cc 100644 --- a/Documentation/arm64/cpu-feature-registers.txt +++ b/Documentation/arm64/cpu-feature-registers.txt @@ -174,6 +174,8 @@ infrastructure: x--------------------------------------------------x | Name | bits | visible | |--------------------------------------------------| + | LRCPC | [23-20] | y | + |--------------------------------------------------| | FCMA | [19-16] | y | |--------------------------------------------------| | JSCVT | [15-12] | y | -- cgit