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

Commit 9c406803 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

ANDROID: GKI: arm64: reserve space in cpu_hwcaps and cpu_hwcap_keys arrays



Since cpu_hwcaps and cpu_hwcap_keys are exported symbols, reserve
space in them for any future cpu capabilities or erratas.

Bug: 151154716
Signed-off-by: default avatarMian Yousaf Kaukab <yousaf.kaukab@suse.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: I35930dd52d98817831d812f35560a2605804a553
parent 3ebeb568
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
#define ARM64_WORKAROUND_CAVIUM_TX2_219_TVM	45
#define ARM64_WORKAROUND_CAVIUM_TX2_219_PRFM	46

#define ARM64_NCAPS				47
/* kabi: reserve 48 - 62 for future cpu capabilities */
#define ARM64_NCAPS				62

#endif /* __ASM_CPUCAPS_H */