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:
hongrongxuan 2024-04-16 09:56:46 -04:00 committed by Jianping Liu
parent 9c07a988cf
commit f1cb9a5cbf
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@
#define ARM64_HAS_TLB_RANGE 51
#define ARM64_WORKAROUND_AMPERE_AC03_XXXXXX 52
#define ARM64_NCAPS 53
#define ARM64_NCAPS 80
#endif /* __ASM_CPUCAPS_H */