summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpuinfo.c
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2017-07-25 13:55:40 +0300
committerCatalin Marinas <catalin.marinas@arm.com>2017-08-09 13:00:35 +0300
commit7aac405ebb3224037efd56b73d82d181111cdac3 (patch)
tree04820d65325b5e9cfce27e0df511edd8c71a499c /arch/arm64/kernel/cpuinfo.c
parentd46befef4c03fb61a62b3319ff5265aaac7bc465 (diff)
downloadlinux-7aac405ebb3224037efd56b73d82d181111cdac3.tar.xz
arm64: Expose DC CVAP to userspace
The ARMv8.2-DCPoP feature introduces persistent memory support to the architecture, by defining a point of persistence in the memory hierarchy, and a corresponding cache maintenance operation, DC CVAP. Expose the support via HWCAP and MRS emulation. Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel/cpuinfo.c')
-rw-r--r--arch/arm64/kernel/cpuinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kernel/cpuinfo.c b/arch/arm64/kernel/cpuinfo.c
index f495ee5049fd..311885962830 100644
--- a/arch/arm64/kernel/cpuinfo.c
+++ b/arch/arm64/kernel/cpuinfo.c
@@ -68,6 +68,7 @@ static const char *const hwcap_str[] = {
"jscvt",
"fcma",
"lrcpc",
+ "dcpop",
NULL
};