1
0
Fork 0

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
hifive-unleashed-5.1
Ralf Baechle 2005-04-18 10:40:09 +00:00
parent cce812c99c
commit 88de09f351
1 changed files with 1 additions and 1 deletions

View File

@ -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)