File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ void cpuinfo_arm_linux_decode_isa_from_proc_cpuinfo(
7474 switch (midr & (CPUINFO_ARM_MIDR_IMPLEMENTER_MASK | CPUINFO_ARM_MIDR_PART_MASK )) {
7575 case UINT32_C (0x4100D050 ): /* Cortex-A55 */
7676 case UINT32_C (0x4100D060 ): /* Cortex-A65 */
77+ case UINT32_C (0x4100D0A0 ): /* Cortex-A75 */
7778 case UINT32_C (0x4100D0B0 ): /* Cortex-A76 */
7879 case UINT32_C (0x4100D0D0 ): /* Cortex-A77 */
7980 case UINT32_C (0x4100D0E0 ): /* Cortex-A76AE */
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ void cpuinfo_arm64_linux_decode_isa_from_proc_cpuinfo(
5252 switch (midr & (CPUINFO_ARM_MIDR_IMPLEMENTER_MASK | CPUINFO_ARM_MIDR_PART_MASK )) {
5353 case UINT32_C (0x4100D050 ): /* Cortex-A55 */
5454 case UINT32_C (0x4100D060 ): /* Cortex-A65 */
55+ case UINT32_C (0x4100D0A0 ): /* Cortex-A75 */
5556 case UINT32_C (0x4100D0B0 ): /* Cortex-A76 */
5657 case UINT32_C (0x4100D0C0 ): /* Neoverse N1 */
5758 case UINT32_C (0x4100D0D0 ): /* Cortex-A77 */
You can’t perform that action at this time.
0 commit comments