Messages in this thread |  | | | Subject | Re: [patch] Re: [regression bisect -next] BUG: using smp_processor_id() in preemptible [00000000] code: rmmod | | From | Mike Galbraith <> | | Date | Mon, 02 Nov 2009 21:15:13 +0100 |
| |
On Mon, 2009-11-02 at 21:01 +0100, Ingo Molnar wrote: > * Mike Galbraith <efault@gmx.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
|  |