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: 183169515 Change-Id: I85ebab5ee0eaeabaa2f2856aaae8730c77b16177 Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
#define ARM64_HAS_LDAPR 59
|
||||
#define ARM64_KVM_PROTECTED_MODE 60
|
||||
|
||||
#define ARM64_NCAPS 61
|
||||
/* kabi: reserve 62 - 76 for future cpu capabilities */
|
||||
#define ARM64_NCAPS 76
|
||||
|
||||
#endif /* __ASM_CPUCAPS_H */
|
||||
|
Reference in New Issue
Block a user