summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/highmem.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-19 14:05:26 +0100
committerRalf Baechle <ralf@linux-mips.org>2009-06-24 18:34:39 +0100
commit631330f5847b3f8a7ea67d689e9f7c56833ccaa6 (patch)
treed3bda03e877ecabf1d4f73532fc84dc5e1f4299e /arch/mips/mm/highmem.c
parent0ca5921e791fb2011d4d6de787f6485b3900703d (diff)
downloadlinux-0-day-631330f5847b3f8a7ea67d689e9f7c56833ccaa6.tar.gz
linux-0-day-631330f5847b3f8a7ea67d689e9f7c56833ccaa6.tar.xz
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>
Diffstat (limited to 'arch/mips/mm/highmem.c')
-rw-r--r--arch/mips/mm/highmem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/highmem.c b/arch/mips/mm/highmem.c
index 2b1309b2580a7..e274fda329f4e 100644
--- a/arch/mips/mm/highmem.c
+++ b/arch/mips/mm/highmem.c
@@ -1,5 +1,6 @@
#include <linux/module.h>
#include <linux/highmem.h>
+#include <linux/smp.h>
#include <asm/fixmap.h>
#include <asm/tlbflush.h>