From: Alexander Stein Date: Wed, 5 Jun 2013 11:42:39 +0000 (+0200) Subject: m68k/coldfire: flush cache when creating the signal stack frame X-Git-Tag: v3.12-rc1~93^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42cb38bcb7a2a8f3a12bf4721e708476daf4f190;p=pandora-kernel.git m68k/coldfire: flush cache when creating the signal stack frame When the signal stack frame is created, it must be flushed in order to make sure the cache fetches the correct data. Without cache flush the icache might pick up old cached data from an older signal stack frame if the signal is raised again very fast. In case of copyback the data cache muist be pushed first, but is untested. Signed-off-by: Alexander Stein Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed