projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5431c20
)
aarch64: add HWCAP_DCPOP from linux v4.14
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 26 Nov 2017 23:05:45 +0000
(23:05 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 22 Feb 2018 23:45:35 +0000
(18:45 -0500)
indicates ARMv8.2-DCPoP persistent memory support extension.
new in linux commit
7aac405ebb3224037efd56b73d82d181111cdac3
arch/aarch64/bits/hwcap.h
patch
|
blob
|
history
diff --git
a/arch/aarch64/bits/hwcap.h
b/arch/aarch64/bits/hwcap.h
index 11396d318fc50ac6bdb593afef3d34a8586cdee8..87f71ff33a26d110115fae2c0b5b6fe60ea3df18 100644
(file)
--- a/
arch/aarch64/bits/hwcap.h
+++ b/
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)