about summary refs log tree commit diff
path: root/manual/tunables.texi
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 /manual/tunables.texi
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 'manual/tunables.texi')
-rw-r--r--manual/tunables.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi
index b09e3fe791..f503daef56 100644
--- a/manual/tunables.texi
+++ b/manual/tunables.texi
@@ -253,7 +253,8 @@ This tunable is specific to i386 and x86-64.
 @deftp Tunable glibc.tune.cpu
 The @code{glibc.tune.cpu=xxx} tunable allows the user to tell @theglibc{} to
 assume that the CPU is @code{xxx} where xxx may have one of these values:
-@code{generic}, @code{falkor}, @code{thunderxt88}.
+@code{generic}, @code{falkor}, @code{thunderxt88}, @code{thunderx2t99},
+@code{thunderx2t99p1}.
 
 This tunable is specific to aarch64.
 @end deftp