arm64:cpufeature ARM64_NCAPS is the indicator of last feature
authorAlex Shi <alex.shi@linaro.org>
Thu, 10 Nov 2016 14:03:13 +0000 (22:03 +0800)
committerAlex Shi <alex.shi@linaro.org>
Thu, 10 Nov 2016 14:03:13 +0000 (22:03 +0800)
commit d2d693d1ba7d set the NCAPS before ARM64_WORKAROUND_CAVIUM_27456
that would lead to this feature out of tracking. This commit fixs
this problem

Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/include/asm/cpufeature.h

index 876fe06222047b7d177c2b30150a6fa6b6119877..672783a7fa3b5f75d2b59fc6863eeb34afd0766c 100644 (file)
@@ -34,8 +34,8 @@
 #define ARM64_HAS_UAO                          9
 #define ARM64_ALT_PAN_NOT_UAO                  10
 
-#define ARM64_NCAPS                            11
-#define ARM64_WORKAROUND_CAVIUM_27456          12      
+#define ARM64_WORKAROUND_CAVIUM_27456          11
+#define ARM64_NCAPS                            12
 
 
 #ifndef __ASSEMBLY__