summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips64/smp.h')
-rw-r--r--include/asm-mips64/smp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips64/smp.h b/include/asm-mips64/smp.h
index 0370515a0..ed0420dd4 100644
--- a/include/asm-mips64/smp.h
+++ b/include/asm-mips64/smp.h
@@ -1,7 +1,9 @@
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
-#ifdef __SMP__
+#include <linux/config.h>
+
+#ifdef CONFIG_SMP
#include <linux/threads.h>
#include <linux/irq.h>