diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-04-18 10:40:09 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:08 +0100 |
commit | 88de09f351e0b38a0991f4abd4ff6691b565d2ef (patch) | |
tree | 93ade12f4c18047577f9208bbd2e46ab607851fd /include/asm-mips/delay.h | |
parent | cce812c99c2169f7d3157b6f7fd38cde9af9c6c6 (diff) |
Need to include smp.h for the definition of smp_processor_id().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/delay.h')
-rw-r--r-- | include/asm-mips/delay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/delay.h b/include/asm-mips/delay.h index e906382576e6..85435a8d4e52 100644 --- a/include/asm-mips/delay.h +++ b/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) |