mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
see linux commit 3b714d24ef173f81c78af16f73dcc9b40428c803 arm64: mte: CPU feature detection and initial sysreg configuration
This commit is contained in:
parent
42aa19a0fe
commit
44331150c1
1 changed files with 1 additions and 0 deletions
|
@ -49,3 +49,4 @@
|
|||
#define HWCAP2_DGH (1 << 15)
|
||||
#define HWCAP2_RNG (1 << 16)
|
||||
#define HWCAP2_BTI (1 << 17)
|
||||
#define HWCAP2_MTE (1 << 18)
|
||||
|
|
Loading…
Add table
Reference in a new issue