From: Paul Mundt Date: Fri, 21 Sep 2007 09:05:20 +0000 (+0900) Subject: sh: Avoid smp_processor_id() in cache desc paths. X-Git-Tag: v2.6.24-rc1~1377^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ec9d6f8c0e6932d380da1964021fbebf2311f04;p=pandora-kernel.git sh: Avoid smp_processor_id() in cache desc paths. 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 --- Reading git-diff-tree failed