Re: [PATCH] Run softirqs on proper processor on offline

2005-02-15 Thread Zwane Mwaikambo
On Tue, 15 Feb 2005, Andrew Morton wrote: > Zwane Mwaikambo <[EMAIL PROTECTED]> wrote: > > > > Ensure that we only offline the processor when it's safe and never run > > softirqs in another processor's ksoftirqd context. This also gets rid of > > the warnings in ksoftirqd on cpu offline. > >

Re: [PATCH] Run softirqs on proper processor on offline

2005-02-15 Thread Andrew Morton
Zwane Mwaikambo <[EMAIL PROTECTED]> wrote: > > Ensure that we only offline the processor when it's safe and never run > softirqs in another processor's ksoftirqd context. This also gets rid of > the warnings in ksoftirqd on cpu offline. I don't get it. ksoftirqd is pinned to its cpu, so why d

Re: [PATCH] Run softirqs on proper processor on offline

2005-02-15 Thread Ingo Molnar
* Zwane Mwaikambo <[EMAIL PROTECTED]> wrote: > Ensure that we only offline the processor when it's safe and never run > softirqs in another processor's ksoftirqd context. This also gets rid of > the warnings in ksoftirqd on cpu offline. > > Signed-off-by: Zwane Mwaikambo <[EMAIL PROTECTED]> l