summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm64/instruction_set_features_arm64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/arm64/instruction_set_features_arm64.cc')
-rw-r--r--runtime/arch/arm64/instruction_set_features_arm64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/arm64/instruction_set_features_arm64.cc b/runtime/arch/arm64/instruction_set_features_arm64.cc
index 395cee8..613bb5c 100644
--- a/runtime/arch/arm64/instruction_set_features_arm64.cc
+++ b/runtime/arch/arm64/instruction_set_features_arm64.cc
@@ -39,7 +39,7 @@ const Arm64InstructionSetFeatures* Arm64InstructionSetFeatures::FromVariant(
if (!needs_a53_835769_fix) {
// Check to see if this is an expected variant.
static const char* arm64_known_variants[] = {
- "denver64"
+ "denver64", "kryo"
};
if (!FindVariantInArray(arm64_known_variants, arraysize(arm64_known_variants), variant)) {
std::ostringstream os;