summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Junmo Park <junmoz.park@samsung.com> 2017-11-24 11:31:19 +0900
committer Junmo Park <junmoz.park@samsung.com> 2018-01-08 08:39:44 +0900
commitb47f7445d6c9329629d88f58e747c9e571cf823e (patch)
treedc89c446ba26ff375ff803543f78161bfb8cd2e2
parentbf84c1bbdbfd8d1e071ac8f3d6cc09e934212b5b (diff)
ART: add exynos-m3 to a53 #835769 & #843419 erratum exception list
Exynos-M3 is custom-designed 64-bit ARM CPU and does not need this A53 erratum handling. Change-Id: I30ba0b25d944054a4ddd7ce8d256f050e4c1e423 Signed-off-by: Junmo Park <junmoz.park@samsung.com>
-rw-r--r--runtime/arch/arm64/instruction_set_features_arm64.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/arch/arm64/instruction_set_features_arm64.cc b/runtime/arch/arm64/instruction_set_features_arm64.cc
index 9e9cb16008..42c9a846d0 100644
--- a/runtime/arch/arm64/instruction_set_features_arm64.cc
+++ b/runtime/arch/arm64/instruction_set_features_arm64.cc
@@ -54,6 +54,7 @@ Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromVariant(
"cortex-a35",
"exynos-m1",
"exynos-m2",
+ "exynos-m3",
"denver64",
"kryo"
};