Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecad3954 authored by Alex Shi's avatar Alex Shi
Browse files

arm64:cpufeature ARM64_NCAPS is the indicator of last feature



commit d2d693d1 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: default avatarAlex Shi <alex.shi@linaro.org>
parent 1714a3e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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__