X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fppc%2Fkernel%2Fidle.c;h=53547b6de45bd491e96c0444907b74b36915592c;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=6db80f60c1aea6ea7c8ae87a19b74c2794e68377;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/ppc/kernel/idle.c b/arch/ppc/kernel/idle.c index 6db80f60c..53547b6de 100644 --- a/arch/ppc/kernel/idle.c +++ b/arch/ppc/kernel/idle.c @@ -57,14 +57,13 @@ void default_idle(void) /* * The body of the idle task. */ -int cpu_idle(void) +void cpu_idle(void) { for (;;) if (ppc_md.idle != NULL) ppc_md.idle(); else default_idle(); - return 0; } #if defined(CONFIG_SYSCTL) && defined(CONFIG_6xx)