]> git.baikalelectronics.ru Git - kernel.git/commit
sched/hotplug: Move sync_rcu to be with set_cpu_active(false)
authorPeter Zijlstra <peterz@infradead.org>
Thu, 10 Mar 2016 11:54:14 +0000 (12:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 6 May 2016 12:58:24 +0000 (14:58 +0200)
commit2e7b01dc37260dfb4ab742a9234981807f440257
treeaead0505616aa4402a99f4a85bf2dc6d001e2a4a
parent303219abbc0e7385319da699688868d026b8e0de
sched/hotplug: Move sync_rcu to be with set_cpu_active(false)

The sync_rcu stuff is specificically for clearing bits in the active
mask, such that everybody will observe the bit cleared and will not
consider the cleared CPU for load-balancing etc.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: rt@linutronix.de
Link: http://lkml.kernel.org/r/20160310120025.169219710@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/cpu.c
kernel/sched/core.c