Re: [2.6 patch] ia64 smpboot.c: remove an unused function

From: Adrian Bunk
Date: Sun Dec 12 2004 - 15:43:11 EST


On Sun, Dec 12, 2004 at 03:46:41PM -0500, Robert Picco wrote:
> Adrian Bunk wrote:
>
> >The patch below removes an unused global functions.
> >
> >
> >Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
> >
> >--- linux-2.6.10-rc2-mm4-full/arch/ia64/kernel/smpboot.c.old 2004-12-12
> >02:51:04.000000000 +0100
> >+++ linux-2.6.10-rc2-mm4-full/arch/ia64/kernel/smpboot.c 2004-12-12
> >02:51:18.000000000 +0100
> >@@ -356,11 +356,6 @@
> > return cpu_idle();
> >}
> >
> >-struct pt_regs * __devinit idle_regs(struct pt_regs *regs)
> >-{
> >- return NULL;
> >-}
> >-
> >struct create_idle {
> > struct task_struct *idle;
> > struct completion done;
> >
> >
> >
> I don't believe this is unused. At least not in 2.6.10-rc3. fork_idle
> requires this function.

Ups sorry, you are correct.

For some strange reason I missed.

> Bob

Thanks for the correction
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/