diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-08-14 15:46:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-08-14 19:26:49 -0700 |
commit | 5744c68d78f6ca6c6500e2c8d3d85b3a31f4ed2a (patch) | |
tree | 598e4e47557fc1df03d6e01e60f89a48c8cc5fa4 /nptl/ChangeLog | |
parent | 85ae058936c5f6e2bf7fb26979389dd26c9690b5 (diff) | |
download | glibc-5744c68d78f6ca6c6500e2c8d3d85b3a31f4ed2a.zip glibc-5744c68d78f6ca6c6500e2c8d3d85b3a31f4ed2a.tar.gz glibc-5744c68d78f6ca6c6500e2c8d3d85b3a31f4ed2a.tar.bz2 |
Align x86 TCB to 64 bytes (cache line size), important for Atom.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1dc5f20..40d90e7 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2011-08-14 Roland McGrath <roland@hack.frob.com> + + * sysdeps/i386/pthreaddef.h (TCB_ALIGNMENT): Set to 64, optimal on Atom. + * sysdeps/x86_64/pthreaddef.h (TCB_ALIGNMENT): Likewise. + 2011-08-08 Andreas Schwab <schwab@redhat.com> * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Maintain aligned |