]> git.baikalelectronics.ru Git - kernel.git/commit
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c to...
authorIngo Molnar <mingo@kernel.org>
Sun, 5 Mar 2017 12:09:07 +0000 (13:09 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 20 Jun 2017 10:19:14 +0000 (12:19 +0200)
commit0bdf8adb1d3c60f1071726ca27290b70acc5570e
tree0c05d2c4c95dc1d6c234b5d5f030dc35147a6676
parentb654c434b79cc24466ec42cc5f67f8aa6a5803af
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c to sched/wait_bit.c

The key hashed waitqueue data structures and their initialization
was done in the main scheduler file for no good reason, move them
to sched/wait_bit.c instead.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/wait_bit.h
kernel/sched/core.c
kernel/sched/wait_bit.c