about summary refs log tree commit diff
path: root/manual/tunables.texi
diff options
context:
space:
mode:
authorFeng Xue <fxue@os.amperecomputing.com>2018-08-01 03:42:44 -0400
committerFeng Xue <fxue@os.amperecomputing.com>2019-02-01 07:59:18 -0500
commit07c3d1ec03ee3633918afb59213cd1bac2ab276e (patch)
tree8652dd6bb415be5a1b00e953b97613e37c86876c /manual/tunables.texi
parent114f792eaea2505cd8aee02d330aad37238da6a5 (diff)
downloadglibc-07c3d1ec03ee3633918afb59213cd1bac2ab276e.tar.gz
glibc-07c3d1ec03ee3633918afb59213cd1bac2ab276e.tar.xz
glibc-07c3d1ec03ee3633918afb59213cd1bac2ab276e.zip
aarch64: Add AmpereComputing emag to tunable cpu list
Emag is a 64-bit CPU core released by AmpereComputing.

Add its name to cpu list, and corresponding macro as utilities for
later IFUNC dispatch.

    * manual/tunables.texi (Tunable glibc.cpu.name): Add emag.
    * sysdeps/unix/sysv/linux/aarch64/cpu-features.c (cpu_list):
    Add emag.
    * sysdeps/unix/sysv/linux/aarch64/cpu-features.h (IS_EMAG):
    New macro.
Diffstat (limited to 'manual/tunables.texi')
-rw-r--r--manual/tunables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi
index af820820e0..749cabff1b 100644
--- a/manual/tunables.texi
+++ b/manual/tunables.texi
@@ -360,7 +360,7 @@ This tunable is specific to powerpc, powerpc64 and powerpc64le.
 The @code{glibc.cpu.name=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{thunderx2t99},
-@code{thunderx2t99p1}, @code{ares}.
+@code{thunderx2t99p1}, @code{ares}, @code{emag}.
 
 This tunable is specific to aarch64.
 @end deftp