git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ca5921
)
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 19 Jun 2009 13:05:26 +0000
(14:05 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 24 Jun 2009 17:34:39 +0000
(18:34 +0100)
Some of the were relying into smp.h being dragged in by another header
which of course is fragile. <asm/cpu-info.h> uses smp_processor_id()
only in macros and including smp.h there leads to an include loop, so
don't change cpu-info.h.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found