projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce812c
)
Need to include smp.h for the definition of smp_processor_id().
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 18 Apr 2005 10:40:09 +0000
(10:40 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:08 +0000
(19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/delay.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/delay.h
b/include/asm-mips/delay.h
index
e906382
..
85435a8
100644
(file)
--- 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)