sh: Avoid smp_processor_id() in cache desc paths.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 09:05:20 +0000 (18:05 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 09:05:20 +0000 (18:05 +0900)
current_cpu_data uses smp_processor_id() in order to find the
corresponding cpu_data. As the cache descs are all currently
identical, just have this look at probed results from the boot
CPU.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found