]> Pileus Git - ~andy/linux/commit
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)
commitd780613acc0eeea89e1b3a7d9db765e0f2a4a950
tree9161ee46a9ebe7383c05838cea9b090b04d6ba5c
parent36c871992697eaaf88a3682c2c3003a41c54b8c0
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 <lethal@linux-sh.org>
arch/sh/kernel/smp.c