aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/idle.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-06 13:29:24 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-06 13:29:24 +1000
commit05f62a5c049845eab8dfb3aeda55c18a2d4396e3 (patch)
tree3d64d5e6af8e66ee53a2664301cb45bd48c4bb7f /arch/ppc/kernel/idle.c
parentpowerpc: Define a _sdata symbol (diff)
downloadlinux-dev-05f62a5c049845eab8dfb3aeda55c18a2d4396e3.tar.xz
linux-dev-05f62a5c049845eab8dfb3aeda55c18a2d4396e3.zip
powerpc: Fix idle.c compile warning
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>
Diffstat (limited to '')
-rw-r--r--arch/ppc/kernel/idle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/kernel/idle.c b/arch/ppc/kernel/idle.c
index fba29c876b62..0a12fbef7347 100644
--- 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)
{