kabi: reserve space for arm64 cpufeature related structure
Reserve space for the structure cpu_hwcap_keys and cpu_hwcaps. Signed-off-by: hongrongxuan <hongrongxuan@huawei.com>
This commit is contained in:
parent
9c07a988cf
commit
f1cb9a5cbf
|
@ -61,6 +61,6 @@
|
||||||
#define ARM64_HAS_TLB_RANGE 51
|
#define ARM64_HAS_TLB_RANGE 51
|
||||||
#define ARM64_WORKAROUND_AMPERE_AC03_XXXXXX 52
|
#define ARM64_WORKAROUND_AMPERE_AC03_XXXXXX 52
|
||||||
|
|
||||||
#define ARM64_NCAPS 53
|
#define ARM64_NCAPS 80
|
||||||
|
|
||||||
#endif /* __ASM_CPUCAPS_H */
|
#endif /* __ASM_CPUCAPS_H */
|
||||||
|
|
Loading…
Reference in New Issue