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:
parent
0f9bfa0e99
commit
a6b8e73972
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue