From: Paul Mundt Date: Thu, 27 Sep 2007 09:18:39 +0000 (+0900) Subject: sh: Use boot_cpu_data for CPU probe. X-Git-Tag: v2.6.24-rc1~1377^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7af21f7d370edb3a6a6d3e15cb17c8fd61591e;p=pandora-kernel.git sh: Use boot_cpu_data for CPU probe. This moves off of smp_processor_id() and only sets the probe information for the boot CPU directly. This will be copied out for the secondaries, so there's no reason to do this each time. This also allows for some header tidying. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed