aarch64: add HWCAP_DCPOP from linux v4.14

indicates ARMv8.2-DCPoP persistent memory support extension.
new in linux commit 7aac405ebb3224037efd56b73d82d181111cdac3
This commit is contained in:
Szabolcs Nagy 2017-11-26 23:05:45 +00:00 committed by Rich Felker
parent 5431c20040
commit ebd8ef50d5
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@
#define HWCAP_JSCVT (1 << 13) #define HWCAP_JSCVT (1 << 13)
#define HWCAP_FCMA (1 << 14) #define HWCAP_FCMA (1 << 14)
#define HWCAP_LRCPC (1 << 15) #define HWCAP_LRCPC (1 << 15)
#define HWCAP_DCPOP (1 << 16)