commit | b47f7445d6c9329629d88f58e747c9e571cf823e | [log] [tgz] |
---|---|---|
author | Junmo Park <junmoz.park@samsung.com> | Fri Nov 24 11:31:19 2017 +0900 |
committer | Junmo Park <junmoz.park@samsung.com> | Mon Jan 08 08:39:44 2018 +0900 |
tree | dc89c446ba26ff375ff803543f78161bfb8cd2e2 | |
parent | bf84c1bbdbfd8d1e071ac8f3d6cc09e934212b5b [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>
diff --git a/runtime/arch/arm64/instruction_set_features_arm64.cc b/runtime/arch/arm64/instruction_set_features_arm64.cc index 9e9cb16..42c9a84 100644 --- a/runtime/arch/arm64/instruction_set_features_arm64.cc +++ b/runtime/arch/arm64/instruction_set_features_arm64.cc
@@ -54,6 +54,7 @@ "cortex-a35", "exynos-m1", "exynos-m2", + "exynos-m3", "denver64", "kryo" };