Skip to content

Commit db23c0a

Browse files
committed
arm64: cpufeature: add AmpereOne to BBML2 allow list
JIRA: https://issues.redhat.com/browse/RHEL-122955 commit 13efe93 Author: Yang Shi <yang@os.amperecomputing.com> Date: Wed, 17 Sep 2025 12:02:08 -0700 AmpereOne supports BBML2 without conflict abort, add to the allow list. Reviewed-by: Christoph Lameter (Ampere) <cl@gentwo.org> Reviewed-by: Ryan Roberts <ryan.roberts@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Yang Shi <yang@os.amperecomputing.com> Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
1 parent 27f2711 commit db23c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/kernel/cpufeature.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,6 +2236,8 @@ static bool has_bbml2_noabort(const struct arm64_cpu_capabilities *caps, int sco
22362236
MIDR_REV_RANGE(MIDR_CORTEX_X4, 0, 3, 0xf),
22372237
MIDR_REV_RANGE(MIDR_NEOVERSE_V3, 0, 2, 0xf),
22382238
MIDR_ALL_VERSIONS(MIDR_NVIDIA_OLYMPUS),
2239+
MIDR_ALL_VERSIONS(MIDR_AMPERE1),
2240+
MIDR_ALL_VERSIONS(MIDR_AMPERE1A),
22392241
{}
22402242
};
22412243

0 commit comments

Comments
 (0)