MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 19 Jun 2009 13:05:26 +0000 (14:05 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 24 Jun 2009 17:34:39 +0000 (18:34 +0100)
Some of the were relying into smp.h being dragged in by another header
which of course is fragile.  <asm/cpu-info.h> 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 <ralf@linux-mips.org>

No differences found