projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c16ff7e
)
powerpc: Fix idle.c compile warning
author
Paul Mackerras
<paulus@samba.org>
Thu, 6 Oct 2005 03:29:24 +0000
(13:29 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 6 Oct 2005 03:29:24 +0000
(13:29 +1000)
This fixes a compile warning when using arch/ppc/kernel/idle.c
in a merged (ARCH=powerpc) kernel.
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/idle.c
patch
|
blob
|
history
diff --git
a/arch/ppc/kernel/idle.c
b/arch/ppc/kernel/idle.c
index
fba29c8
..
0a12fbe
100644
(file)
--- a/
arch/ppc/kernel/idle.c
+++ b/
arch/ppc/kernel/idle.c
@@
-32,6
+32,7
@@
#include <asm/cache.h>
#include <asm/cputable.h>
#include <asm/machdep.h>
+#include <asm/smp.h>
void default_idle(void)
{