mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
aarch64: Add HWCAP2_ECV from Linux 5.16
Indicates the availability of enhanced counter virtualization extension of armv8.6-a with self-synchronized virtual counter CNTVCTSS_EL0 usable in userspace.
This commit is contained in:
parent
a59cd1328a
commit
5a1be8ebdf
@ -74,3 +74,4 @@
|
||||
#define HWCAP2_RNG (1 << 16)
|
||||
#define HWCAP2_BTI (1 << 17)
|
||||
#define HWCAP2_MTE (1 << 18)
|
||||
#define HWCAP2_ECV (1 << 19)
|
||||
|
Loading…
Reference in New Issue
Block a user