Skip to content

arch/x86: mark x86_64-v1 and x86_64-v2 processors as deprecated

Prarit Bhargava requested to merge prarit/centos-stream-9:RHEL-22439 into main

JIRA: https://issues.redhat.com/browse/RHEL-22439
Upstream Status: RHEL only, https://gitlab.com/cki-project/kernel-ark

The x86 industry has defined microarchitecture levels x86_64-v1 and
x86_64-v2 as defined here:

    https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels  

RHEL9 has a minimum of the x86_64-v2 microarchitecture and RHEL10 has a
minimum of the x86_64-v3 microarchitecture.

Mark x86_64-v1 and x86_64-v2 processors as deprecated.

Signed-off-by: Prarit Bhargava prarit@redhat.com

Merge request reports