From: Paul Mundt Date: Wed, 14 Oct 2009 02:51:28 +0000 (+0900) Subject: sh: Only invalidate the I-cache range for secondary CPUs stack_start. X-Git-Tag: v2.6.33-rc1~347^2~27^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d780613acc0eeea89e1b3a7d9db765e0f2a4a950;p=pandora-kernel.git sh: Only invalidate the I-cache range for secondary CPUs stack_start. Secondary CPUs already take care of the D-cache bits through the common cache initialization path, and the only thing that is necessary after twiddling around with stack_start is ensuring that the I-cache changes are visible (particularly since this tends to be the only part lacking coherency). Signed-off-by: Paul Mundt --- Reading git-diff-tree failed