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:
Szabolcs Nagy 2019-02-24 17:27:39 +00:00 committed by Rich Felker
parent 59904de7e0
commit 65735baa75
1 changed files with 1 additions and 0 deletions

View File

@ -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)