hulk inclusion category: feature bugzilla: https://atomgit.com/openeuler/kernel/issues/9850 ---------------------------------------- HISI_HIP13 supports BBML2 without conflict abort, add to the allow list. Signed-off-by: Jinjiang Tu <tujinjiang@huawei.com> --- arch/arm64/kernel/cpufeature.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c index a6647bb6b73a..22f8007572b9 100644 --- a/arch/arm64/kernel/cpufeature.c +++ b/arch/arm64/kernel/cpufeature.c @@ -2143,6 +2143,7 @@ bool cpu_supports_bbml3(void) static const struct midr_range supports_bbml3_list[] = { MIDR_REV_RANGE(MIDR_CORTEX_X4, 0, 3, 0xf), MIDR_REV_RANGE(MIDR_NEOVERSE_V3, 0, 2, 0xf), + MIDR_ALL_VERSIONS(MIDR_HISI_HIP13), {} }; u64 mmfr2 = __read_sysreg_by_encoding(SYS_ID_AA64MMFR2_EL1); -- 2.43.0