浏览代码

aarch64: add HWCAP_DCPOP from linux v4.14

indicates ARMv8.2-DCPoP persistent memory support extension.
new in linux commit 7aac405ebb3224037efd56b73d82d181111cdac3
Szabolcs Nagy 7 年之前
父节点
当前提交
ebd8ef50d5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/aarch64/bits/hwcap.h

+ 1 - 0
arch/aarch64/bits/hwcap.h

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