Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 082757c

Browse files
acmelbobolmw
authored andcommitted
tools headers arm64: Sync arm64's cputype.h with the kernel sources
To get the changes in: 83bea32ac7ed37bb ("arm64: Add part number for Arm Cortex-A78AE") That addresses this perf build warning: Warning: Kernel ABI header at 'tools/arch/arm64/include/asm/cputype.h' differs from latest version at 'arch/arm64/include/asm/cputype.h' diff -u tools/arch/arm64/include/asm/cputype.h arch/arm64/include/asm/cputype.h Cc: Ali Saidi <[email protected]> Cc: Andrew Kilroy <[email protected]> Cc: Chanho Park <[email protected]> Cc: German Gomez <[email protected]> Cc: James Clark <[email protected]> Cc: John Garry <[email protected]> Cc: Leo Yan <[email protected]> Cc: Will Deacon <[email protected]> Link: http://lore.kernel.org/lkml/ Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> (cherry picked from commit 278aaba2c555a54e62aec40e04defaa9fffcc1c9)
1 parent d959690 commit 082757c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/arch/arm64/include/asm/cputype.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
#define ARM_CPU_PART_CORTEX_A77 0xD0D
7676
#define ARM_CPU_PART_NEOVERSE_V1 0xD40
7777
#define ARM_CPU_PART_CORTEX_A78 0xD41
78+
#define ARM_CPU_PART_CORTEX_A78AE 0xD42
7879
#define ARM_CPU_PART_CORTEX_X1 0xD44
7980
#define ARM_CPU_PART_CORTEX_A510 0xD46
8081
#define ARM_CPU_PART_CORTEX_A710 0xD47
@@ -130,6 +131,7 @@
130131
#define MIDR_CORTEX_A77 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A77)
131132
#define MIDR_NEOVERSE_V1 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_NEOVERSE_V1)
132133
#define MIDR_CORTEX_A78 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A78)
134+
#define MIDR_CORTEX_A78AE MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A78AE)
133135
#define MIDR_CORTEX_X1 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_X1)
134136
#define MIDR_CORTEX_A510 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A510)
135137
#define MIDR_CORTEX_A710 MIDR_CPU_MODEL(ARM_CPU_IMP_ARM, ARM_CPU_PART_CORTEX_A710)

0 commit comments

Comments
 (0)