Skip to content

Commit 27f2711

Browse files
committed
arm64: cpufeature: Add Olympus MIDR to BBML2 allow list
JIRA: https://issues.redhat.com/browse/RHEL-122955 commit cc80537 Author: Shanker Donthineni <sdonthineni@nvidia.com> Date: Thu, 18 Sep 2025 08:25:48 -0500 The NVIDIA Olympus core supports BBML2 without conflict abort. Add its MIDR to the allow list to enable FEAT_BBM. Signed-off-by: Shanker Donthineni <sdonthineni@nvidia.com> Signed-off-by: Will Deacon <will@kernel.org> Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
1 parent 8c7e1b8 commit 27f2711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/kernel/cpufeature.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,6 +2235,7 @@ static bool has_bbml2_noabort(const struct arm64_cpu_capabilities *caps, int sco
22352235
static const struct midr_range supports_bbml2_noabort_list[] = {
22362236
MIDR_REV_RANGE(MIDR_CORTEX_X4, 0, 3, 0xf),
22372237
MIDR_REV_RANGE(MIDR_NEOVERSE_V3, 0, 2, 0xf),
2238+
MIDR_ALL_VERSIONS(MIDR_NVIDIA_OLYMPUS),
22382239
{}
22392240
};
22402241

0 commit comments

Comments
 (0)