summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-09-12 09:13:19 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-01 04:44:43 (GMT)
commit0973c687e05a802a757664722678d2b5016f1c1c (patch)
tree9c83e715a057d418e77cd95377a780ec21d30bff /init
parentbe6abfa769fa07ce89ac73273360b335ae978805 (diff)
downloadlinux-fsl-qoriq-0973c687e05a802a757664722678d2b5016f1c1c.tar.xz
m68k: always set stack frame format for ColdFire on thread start
The stack frame "format" field needs to be explicitly set on thread creation on ColdFire. For a normal long word aligned user stack pointer the frame format is 0x4. We were doing this for non-MMU ColdFire, but not for the case with MMU enabled. So fix it so we always do it if targeting ColdFire. The old code happend to rely on the stack frame format being inhereted from the process calling exec. Furture changes means that may not always work, so we really do want to set it explicitly. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions