From: Ralf Baechle Date: Tue, 17 Sep 2013 11:58:12 +0000 (+0200) Subject: MIPS: Provide nice way to access boot CPU's data. X-Git-Tag: v3.12-rc2~15^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f66596313734cd7e95cc748d643d3b9ba2ca81;p=pandora-kernel.git MIPS: Provide nice way to access boot CPU's data. boot_cpu_data is used the same as current_cpu_data but returns the CPU data for CPU 0. This means it doesn't have to use smp_processor_id() thus no need to disable preemption. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed