[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1257192913.6688.2.camel@marge.simson.net>
Date: Mon, 02 Nov 2009 21:15:13 +0100
From: Mike Galbraith <efault@....de>
To: Ingo Molnar <mingo@...e.hu>
Cc: Eric Paris <eparis@...hat.com>, linux-kernel@...r.kernel.org,
hpa@...or.com, a.p.zijlstra@...llo.nl, tglx@...utronix.de
Subject: Re: [patch] Re: [regression bisect -next] BUG: using
smp_processor_id() in preemptible [00000000] code: rmmod
On Mon, 2009-11-02 at 21:01 +0100, Ingo Molnar wrote:
> * Mike Galbraith <efault@....de> wrote:
>
> > On Mon, 2009-11-02 at 19:28 +0100, Ingo Molnar wrote:
> > > FYI, non-SMP builds broke:
> > >
> > > kernel/built-in.o: In function `kthread_bind':
> > > (.text+0x1d328): undefined reference to `sched_kthread_bind'
> > > make: *** [.tmp_vmlinux1] Error 1
> >
> > Oops. Outside the SMP block might work a little better.
> >
> > sched: Move the body of kthread_bind() to sched.c.
>
> Check the -tip commit notification, i did a somewhat cleaner approach by
> moving all of kthread_bind() into sched.c. No need to keep that small
> wrapper in kthread.c.
Thanks, and sorry for the fumble.
-Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists