diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-03-19 12:53:40 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-03-19 15:04:17 -0700 |
commit | 3e2f285c5f12045e425060b6cbdf7a7cab540594 (patch) | |
tree | d85f4e33fd6caa432c8e877555d0a573c1523db4 /sysdeps/x86_64 | |
parent | 9cbe4ed14ec66415be34ad142abf4fa83aed3f58 (diff) | |
download | glibc-3e2f285c5f12045e425060b6cbdf7a7cab540594.tar glibc-3e2f285c5f12045e425060b6cbdf7a7cab540594.tar.gz glibc-3e2f285c5f12045e425060b6cbdf7a7cab540594.tar.bz2 glibc-3e2f285c5f12045e425060b6cbdf7a7cab540594.zip |
nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]
MULTI_PAGE_ALIASING was introduced to mitigate an aliasing issue on
Pentium 4. It is no longer needed for processors after Pentium 4.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/stack-aliasing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/x86_64/stack-aliasing.h b/sysdeps/x86_64/stack-aliasing.h deleted file mode 100644 index 2efdacb3b4..0000000000 --- a/sysdeps/x86_64/stack-aliasing.h +++ /dev/null @@ -1 +0,0 @@ -#include <sysdeps/i386/i686/stack-aliasing.h> |