On Tue, 20 Jun 2006 19:52:06 -0500 "Serge E. Hallyn" <[email protected]> wrote: > here's > the patch I meant to send. > > ... > > -static int stopmachine(void *cpu) > +static int stopmachine(void) > ... > - tsk = kthread_run(stopmachine, (void *)(long)i, "stopmachine"); > + tsk = kthread_create(stopmachine, NULL, "stopmachine"); This should have spat a compiler warning. The confidence level on all of this ain't high. Please, test the patch which I merged? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] kthread: convert stop_machine into a kthread
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH] kthread: convert stop_machine into a kthread
- References:
- [PATCH] kthread: convert stop_machine into a kthread
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH] kthread: convert stop_machine into a kthread
- From: Andrew Morton <[email protected]>
- Re: [PATCH] kthread: convert stop_machine into a kthread
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH] kthread: convert stop_machine into a kthread
- From: Andrew Morton <[email protected]>
- Re: [PATCH] kthread: convert stop_machine into a kthread
- From: "Serge E. Hallyn" <[email protected]>
- Re: [PATCH] kthread: convert stop_machine into a kthread
- From: Andrew Morton <[email protected]>
- Re: [PATCH] kthread: convert stop_machine into a kthread
- From: "Serge E. Hallyn" <[email protected]>
- [PATCH] kthread: convert stop_machine into a kthread
- Prev by Date: RE: Wish for 2006 to Alan Cox and Jeff Garzik: A functional Driver for PDC202XX
- Next by Date: Re: FOR REVIEW: New x86-64 vsyscall vgetcpu()
- Previous by thread: Re: [PATCH] kthread: convert stop_machine into a kthread
- Next by thread: Re: [PATCH] kthread: convert stop_machine into a kthread
- Index(es):