From: Ralf Baechle Date: Fri, 19 Jun 2009 13:05:26 +0000 (+0100) Subject: MIPS: Build fix - include into all smp_processor_id() users. X-Git-Tag: v2.6.31-rc1~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=631330f5847b3f8a7ea67d689e9f7c56833ccaa6;p=pandora-kernel.git MIPS: Build fix - include into all smp_processor_id() users. Some of the were relying into smp.h being dragged in by another header which of course is fragile. uses smp_processor_id() only in macros and including smp.h there leads to an include loop, so don't change cpu-info.h. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed