diff options
author | Richard Henderson <rth@twiddle.net> | 2017-11-03 16:38:16 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-11-03 16:40:27 +0000 |
commit | 6d58ce5e5072945d44f2dba83ad16cd6febd056c (patch) | |
tree | 35cd666ef3c3feb4130d963d08620734ef4bc51c /ChangeLog | |
parent | 659ca267360e1c1f64eea9205bb81cb5e9049908 (diff) | |
download | glibc-6d58ce5e5072945d44f2dba83ad16cd6febd056c.tar.gz |
aarch64: Guess L1 cache linesize for aarch64
Using the cache hierarchy linesize minimum in CTR_EL0.
See the comment within the code for rationale.
* sysdeps/unix/sysv/linux/aarch64/sysconf.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2017-11-03 Richard Henderson <rth@twiddle.net> + + * sysdeps/unix/sysv/linux/aarch64/sysconf.c: New file. + 2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com> * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Optimize. |