Hello, Lai.
On Tue, Aug 28, 2012 at 01:58:27AM +0800, Lai Jiangshan wrote:
> rebind_workers() is protected by cpu_hotplug lock,
> so struct idle_rebind is also proteced by it.
>
> And we can use a compile time allocated idle_rebind instead
> of allocating it from the stack. it makes code clean.
rebind_workers() is protected by cpu_hotplug lock,
so struct idle_rebind is also proteced by it.
And we can use a compile time allocated idle_rebind instead
of allocating it from the stack. it makes code clean.
Signed-off-by: Lai Jiangshan
---
kernel/workqueue.c | 28 +++--
2 matches
Mail list logo