Loading
arm64: cpufeature: Both the major and the minor version numbers need to be checked
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I92AK4 ----------------------------- Both the major version number and the minor version numbers need to be checked to confirm whether the MPAM Extension is supported on the platform. This supports MPAM v0.1 version for cpufeature detection, check [1] for details. [1] https://developer.arm.com/documentation/ddi0595/2021-12/AArch64- Registers/ID-AA64PFR1-EL1--AArch64-Processor-Feature-Register-1?lang=en Fixes: 21771eaa ("arm64: cpufeature: discover CPU support for MPAM") Signed-off-by:Zeng Heng <zengheng4@huawei.com>