Просмотр исходного кода

Need to include smp.h for the definition of smp_processor_id().

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 20 лет назад
Родитель
Сommit
88de09f351
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/asm-mips/delay.h

+ 1 - 1
include/asm-mips/delay.h

@@ -12,7 +12,7 @@
 
 #include <linux/config.h>
 #include <linux/param.h>
-
+#include <linux/smp.h>
 #include <asm/compiler.h>
 
 static inline void __delay(unsigned long loops)