aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPaul Mundt <[email protected]>2008-10-15 22:04:15 -0700
committerLinus Torvalds <[email protected]>2008-10-16 11:21:46 -0700
commitc7637941d16ae426a94058fe3b5460a31f68f61b (patch)
tree61ae6860d2e58acf17ca2c3c774b99db6994a5a4 /tools/perf/scripts/python
parentec23847d6cfe445ba9a1a5ec513297f4cc0ada53 (diff)
binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack()
binfmt_elf_fdpic seems to have grabbed a hard-coded hack from an ancient version of binfmt_elf in order to try and fix up initial stack alignment on multi-threaded x86, which while in addition to being unused, was also pushed down beyond the first set of operations on the stack pointer, negating the entire purpose. These days, we have an architecture independent arch_align_stack(), so we switch to using that instead. Move the initial alignment up before the initial stores while we're at it. Signed-off-by: Paul Mundt <[email protected]> Signed-off-by: David Howells <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions