about summary refs log tree commit diff
path: root/sysdeps/x86_64/stack-aliasing.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-03-19 12:53:40 -0700
committerH.J. Lu <hjl.tools@gmail.com>2021-03-19 15:04:17 -0700
commit3e2f285c5f12045e425060b6cbdf7a7cab540594 (patch)
treed85f4e33fd6caa432c8e877555d0a573c1523db4 /sysdeps/x86_64/stack-aliasing.h
parent9cbe4ed14ec66415be34ad142abf4fa83aed3f58 (diff)
downloadglibc-3e2f285c5f12045e425060b6cbdf7a7cab540594.tar.gz
glibc-3e2f285c5f12045e425060b6cbdf7a7cab540594.tar.xz
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/stack-aliasing.h')
-rw-r--r--sysdeps/x86_64/stack-aliasing.h1
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>