about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/aarch64/cpu-features.c
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@caviumnetworks.com>2017-09-08 11:02:09 -0700
committerSteve Ellcey <sellcey@caviumnetworks.com>2017-09-08 11:02:09 -0700
commit9c9ec58197d1e18db6f7b39f7dc08b0f5f61df4e (patch)
tree69f57b029ef7e6872ef537f72abb6811e93664ea /sysdeps/unix/sysv/linux/aarch64/cpu-features.c
parentf00bce744e12996a30b7ac5851b001b1dd7beaa9 (diff)
downloadglibc-9c9ec58197d1e18db6f7b39f7dc08b0f5f61df4e.tar.gz
glibc-9c9ec58197d1e18db6f7b39f7dc08b0f5f61df4e.tar.xz
glibc-9c9ec58197d1e18db6f7b39f7dc08b0f5f61df4e.zip
Add thunderx2t99 and thunderx2t99p1 CPU names to tunables list
	* manual/tunables.texi (glibc.tune.cpu): Add thunderx2t99 and
	thunderx2t99p1 to list of cpu names.
	* sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
	Add thunderx2t99 and thunderx2t99p1 entries to cpu_list.
Diffstat (limited to 'sysdeps/unix/sysv/linux/aarch64/cpu-features.c')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/cpu-features.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/cpu-features.c b/sysdeps/unix/sysv/linux/aarch64/cpu-features.c
index 0c7e13f4fa..e769eeb35f 100644
--- a/sysdeps/unix/sysv/linux/aarch64/cpu-features.c
+++ b/sysdeps/unix/sysv/linux/aarch64/cpu-features.c
@@ -28,9 +28,11 @@ struct cpu_list
 };
 
 static struct cpu_list cpu_list[] = {
-      {"falkor",	0x510FC000},
-      {"thunderxt88",	0x430F0A10},
-      {"generic", 	0x0}
+      {"falkor",	 0x510FC000},
+      {"thunderxt88",	 0x430F0A10},
+      {"thunderx2t99",   0x431F0AF0},
+      {"thunderx2t99p1", 0x420F5160},
+      {"generic", 	 0x0}
 };
 
 static uint64_t