This series breaks off of my series that reworked Spectre BHB mitigations. Originally I needed Qualcomm Kryo IDs because I was adding "guesses" about their Spectre BHB mitigations. Now that the Spectre BHB series no longer has guesses I don't need them there, but these two patches still seem worth it to land on their own. I've still called this series "v3" because the first patch was part of the v1 and v2 of the previous series. Link to prev versions: v1: https://lore.kernel.org/r/20241209174430.2904353-1-dianders@xxxxxxxxxxxx/ v2: https://lore.kernel.org/r/20241214005248.198803-1-dianders@xxxxxxxxxxxx Changes in v3: - arm64: cputype: Add comments about Qualcomm Kryo 5XX and 6XX cores Douglas Anderson (2): arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD arm64: cputype: Add comments about Qualcomm Kryo 5XX and 6XX cores arch/arm64/include/asm/cputype.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- 2.47.1.613.gc27f4b7a9f-goog