about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorWilco Dijkstra <wilco.dijkstra@arm.com>2024-04-18 16:33:32 +0100
committerWilco Dijkstra <wilco.dijkstra@arm.com>2024-04-30 13:32:29 +0100
commit6dae61567fbf4e7519bcdeb20a5f4026715c354e (patch)
treefcb56ae469f3250dc58ff44abbce91d57fd87bf2 /sysdeps
parentebfd73a80f15559fe59fee32a7844c6b8fa99576 (diff)
downloadglibc-6dae61567fbf4e7519bcdeb20a5f4026715c354e.tar.gz
glibc-6dae61567fbf4e7519bcdeb20a5f4026715c354e.tar.xz
glibc-6dae61567fbf4e7519bcdeb20a5f4026715c354e.zip
AArch64: Remove unused defines of CPU names
Remove unused defines of CPU names in cpu-features.h.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/aarch64/cpu-features.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/aarch64/cpu-features.h b/sysdeps/aarch64/cpu-features.h
index 5f2da91ebb..31782b66f9 100644
--- a/sysdeps/aarch64/cpu-features.h
+++ b/sysdeps/aarch64/cpu-features.h
@@ -47,13 +47,6 @@
 #define IS_THUNDERX2(midr) (MIDR_IMPLEMENTOR(midr) == 'C'       \
 			   && MIDR_PARTNUM(midr) == 0xaf)
 
-#define IS_NEOVERSE_N1(midr) (MIDR_IMPLEMENTOR(midr) == 'A'		      \
-			      && MIDR_PARTNUM(midr) == 0xd0c)
-#define IS_NEOVERSE_N2(midr) (MIDR_IMPLEMENTOR(midr) == 'A'		      \
-			      && MIDR_PARTNUM(midr) == 0xd49)
-#define IS_NEOVERSE_V1(midr) (MIDR_IMPLEMENTOR(midr) == 'A'		      \
-			      && MIDR_PARTNUM(midr) == 0xd40)
-
 #define IS_EMAG(midr) (MIDR_IMPLEMENTOR(midr) == 'P'			      \
                        && MIDR_PARTNUM(midr) == 0x000)