aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/bugs.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
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>
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle1-0/+53
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>