From: Greg Ungerer Date: Wed, 19 Oct 2011 03:58:55 +0000 (+1000) Subject: m68k: adjustments to stack frame for ColdFire with MMU enabled X-Git-Tag: v3.3-rc1~180^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9fcffa49376b37518baf71a47adc15e74b2434c;p=pandora-kernel.git 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 Acked-by: Geert Uytterhoeven Acked-by: Matt Waddel Acked-by: Kurt Mahan --- Reading git-diff-tree failed