]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 19 Mar 2021 19:53:40 +0000 (12:53 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 19 Mar 2021 22:04:17 +0000 (15:04 -0700)
commit3e2f285c5f12045e425060b6cbdf7a7cab540594
treed85f4e33fd6caa432c8e877555d0a573c1523db4
parent9cbe4ed14ec66415be34ad142abf4fa83aed3f58
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.
nptl/allocatestack.c
nptl/stack-aliasing.h [deleted file]
sysdeps/i386/i686/stack-aliasing.h [deleted file]
sysdeps/x86_64/stack-aliasing.h [deleted file]