diff options
author | Steve Ellcey <sellcey@caviumnetworks.com> | 2017-09-08 11:02:09 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@caviumnetworks.com> | 2017-09-08 11:02:09 -0700 |
commit | 9c9ec58197d1e18db6f7b39f7dc08b0f5f61df4e (patch) | |
tree | 69f57b029ef7e6872ef537f72abb6811e93664ea /ChangeLog | |
parent | f00bce744e12996a30b7ac5851b001b1dd7beaa9 (diff) | |
download | glibc-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8ee6a05f28..7fce51065f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2017-09-08 Steve Ellcey <sellcey@cavium.com> + * 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. + +2017-09-08 Steve Ellcey <sellcey@cavium.com> + * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (get_midr_from_mcpu): Use strcmp instead of tunable_is_name. |