]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Move sched_domains_numa_masks_clear() to DOWN_PREPARE
authorThomas Gleixner <tglx@linutronix.de>
Thu, 10 Mar 2016 11:54:12 +0000 (12:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 6 May 2016 12:58:23 +0000 (14:58 +0200)
commit848e73b806eac9ca6f61deb9a97690d3890b2b2a
treeac11f7da90f68e8fde82c286bc7f9030b4aa550e
parent55019eb973051191c6e0eaf27cec73740ebe52cb
sched: Move sched_domains_numa_masks_clear() to DOWN_PREPARE

This is the last operation on the cpu before vanishing. No point in calling
that on CPU_DEAD.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: rt@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sched/core.c