commit | 631330f5847b3f8a7ea67d689e9f7c56833ccaa6 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Jun 19 14:05:26 2009 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Jun 24 18:34:39 2009 +0100 |
tree | d3bda03e877ecabf1d4f73532fc84dc5e1f4299e | |
parent | 0ca5921e791fb2011d4d6de787f6485b3900703d [diff] |
MIPS: Build fix - include <linux/smp.h> 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. <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>