about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2020-07-15 16:58:07 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2020-07-15 16:58:07 +0100
commit0f6278a8793a5d04ea31878119eccf99f469a02d (patch)
tree7876d4267bdc337e219d14becca120e9dc0226eb /sysdeps/unix
parent4a733bf375238a6a595033b5785cea7f27d61307 (diff)
downloadglibc-0f6278a8793a5d04ea31878119eccf99f469a02d.tar.gz
glibc-0f6278a8793a5d04ea31878119eccf99f469a02d.tar.xz
glibc-0f6278a8793a5d04ea31878119eccf99f469a02d.zip
AArch64: Rename IS_ARES to IS_NEOVERSE_N1
Rename IS_ARES to IS_NEOVERSE_N1 since that is a bit clearer.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/cpu-features.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/cpu-features.h b/sysdeps/unix/sysv/linux/aarch64/cpu-features.h
index a81f186ec2..fc688450ee 100644
--- a/sysdeps/unix/sysv/linux/aarch64/cpu-features.h
+++ b/sysdeps/unix/sysv/linux/aarch64/cpu-features.h
@@ -52,8 +52,8 @@
 
 #define IS_PHECDA(midr) (MIDR_IMPLEMENTOR(midr) == 'h'			      \
                         && MIDR_PARTNUM(midr) == 0x000)
-#define IS_ARES(midr) (MIDR_IMPLEMENTOR(midr) == 'A'			      \
-			&& MIDR_PARTNUM(midr) == 0xd0c)
+#define IS_NEOVERSE_N1(midr) (MIDR_IMPLEMENTOR(midr) == 'A'		      \
+			      && MIDR_PARTNUM(midr) == 0xd0c)
 
 #define IS_EMAG(midr) (MIDR_IMPLEMENTOR(midr) == 'P'			      \
                        && MIDR_PARTNUM(midr) == 0x000)