m68k: adjustments to stack frame for ColdFire with MMU enabled
authorGreg Ungerer <gerg@uclinux.org>
Wed, 19 Oct 2011 03:58:55 +0000 (13:58 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Fri, 30 Dec 2011 00:20:45 +0000 (10:20 +1000)
commite9fcffa49376b37518baf71a47adc15e74b2434c
tree8040672d03de61517a33e1936e1fba0188cccb1a
parented865e31a8273be200db9ddcdb6b844e48777abd
m68k: adjustments to stack frame for ColdFire with MMU enabled

The exception return stack adjustment required by ColdFire when running
with the MMU enabled is not completely identical to 680x0 processors.
Specifically the format type 4 stack frame doesn't need any stack
adjustment on exception return. And the ColdFire always must return with
a frame type of 4, not 0.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Matt Waddel <mwaddel@yahoo.com>
Acked-by: Kurt Mahan <kmahan@xmission.com>
arch/m68k/kernel/signal_mm.c
This page took 0.025963 seconds and 5 git commands to generate.