]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] m68knommu: force stack alignment on ColdFire
authorGreg Ungerer <gerg@snapgear.com>
Mon, 26 Jun 2006 01:01:32 +0000 (11:01 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 04:04:24 +0000 (21:04 -0700)
commit3bd47f46ede5c49686c0322b2dbf169ec5ab656d
tree605552c82a6e6f50459af7c487cdddc984001693
parentded4d103bfb314b2296b53e2e3237dfbad573b98
[PATCH] m68knommu: force stack alignment on ColdFire

This patch solve a bug triggered by execvp (this function use calloc to
store the argument list and gcc 3.4.x align the stack to word, not to dword).
This situation aren't related to signal handling and all 2.6.x have the bug.
On ColdFire targets we must force the stack to be aligned.

Original patch from Andrea Tarani <andrea.tarani@gilbarco.com>,

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68knommu/processor.h