]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/arm: Disable the Cortex-a53-edac
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Thu, 6 Oct 2016 16:36:31 +0000 (18:36 +0200)
committerWei Liu <wei.liu2@citrix.com>
Wed, 12 Oct 2016 14:01:38 +0000 (15:01 +0100)
Disable the Cortex-a53-edac. Xen currently does not yet
handle reads/writes to the implementation defined CPUMERRSR
register.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Acked-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/domain_build.c

index ce97359f39606b9aedef9e3b848b92e0bddb455b..e8a400cc7d5537f42fbecfcf74fc3651106fb61d 100644 (file)
@@ -1188,6 +1188,7 @@ static int handle_node(struct domain *d, struct kernel_info *kinfo,
         DT_MATCH_COMPATIBLE("arm,psci-1.0"),
         DT_MATCH_COMPATIBLE("arm,cortex-a7-pmu"),
         DT_MATCH_COMPATIBLE("arm,cortex-a15-pmu"),
+        DT_MATCH_COMPATIBLE("arm,cortex-a53-edac"),
         DT_MATCH_COMPATIBLE("arm,armv8-pmuv3"),
         DT_MATCH_PATH("/cpus"),
         DT_MATCH_TYPE("memory"),