Skip to content

Commit ecad395

Browse files
author
Alex Shi
committed
arm64:cpufeature ARM64_NCAPS is the indicator of last feature
commit d2d693d 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>
1 parent 1714a3e commit ecad395

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/include/asm/cpufeature.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#define ARM64_HAS_UAO 9
3535
#define ARM64_ALT_PAN_NOT_UAO 10
3636

37-
#define ARM64_NCAPS 11
38-
#define ARM64_WORKAROUND_CAVIUM_27456 12
37+
#define ARM64_WORKAROUND_CAVIUM_27456 11
38+
#define ARM64_NCAPS 12
3939

4040

4141
#ifndef __ASSEMBLY__

0 commit comments

Comments
 (0)