mirror of git://git.musl-libc.org/musl
aarch64: add HWCAP_SSBS from linux v4.20
for armv8.5 speculative store bypass PSTATE bit support, added in linux commit d71be2b6c0e19180b5f80a6d42039cc074a693a2
This commit is contained in:
parent
59904de7e0
commit
65735baa75
|
@ -26,3 +26,4 @@
|
||||||
#define HWCAP_USCAT (1 << 25)
|
#define HWCAP_USCAT (1 << 25)
|
||||||
#define HWCAP_ILRCPC (1 << 26)
|
#define HWCAP_ILRCPC (1 << 26)
|
||||||
#define HWCAP_FLAGM (1 << 27)
|
#define HWCAP_FLAGM (1 << 27)
|
||||||
|
#define HWCAP_SSBS (1 << 28)
|
||||||
|
|
Loading…
Reference in New Issue