hulk inclusion category: feature bugzilla: https://atomgit.com/openeuler/kernel/issues/9850 ---------------------------------------- HISI_HIP13 supports BBML2 without conflict abort, add to the BBML3 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 3e5c050f6472..40abd5ae97b0 100644 --- a/arch/arm64/kernel/cpufeature.c +++ b/arch/arm64/kernel/cpufeature.c @@ -2147,6 +2147,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