commit | 5822a454d6d22297c5fcd66264120587b2ec21cd | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@kernel.org> | Sun Mar 05 13:09:07 2017 +0100 |
committer | Ingo Molnar <mingo@kernel.org> | Tue Jun 20 12:19:14 2017 +0200 |
tree | 0c05d2c4c95dc1d6c234b5d5f030dc35147a6676 | |
parent | 5dd43ce2f69d42a71dcacdb13d17d8c0ac1fe8f7 [diff] |
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>