sh: Only invalidate the I-cache range for secondary CPUs stack_start.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 14 Oct 2009 02:51:28 +0000 (11:51 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 14 Oct 2009 02:51:28 +0000 (11:51 +0900)
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 <lethal@linux-sh.org>
arch/sh/kernel/smp.c

Simple merge