projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1714a3e
)
arm64:cpufeature ARM64_NCAPS is the indicator of last feature
author
Alex Shi
<alex.shi@linaro.org>
Thu, 10 Nov 2016 14:03:13 +0000
(22:03 +0800)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/cpufeature.h
b/arch/arm64/include/asm/cpufeature.h
index 876fe06222047b7d177c2b30150a6fa6b6119877..672783a7fa3b5f75d2b59fc6863eeb34afd0766c 100644
(file)
--- a/
arch/arm64/include/asm/cpufeature.h
+++ b/
arch/arm64/include/asm/cpufeature.h
@@
-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__