commit | 1b174a2cb67a3a156d5a28426ae14241e6dfa655 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Tue Apr 09 09:53:13 2019 +0200 |
committer | Ingo Molnar <mingo@kernel.org> | Tue Apr 16 16:55:16 2019 +0200 |
tree | 077fa5ee8afe5a84b3cf7471e5bf069961489c46 | |
parent | 6d25be5782e482eb93e3de0c94d0a517879377d0 [diff] |
sched/core: Remove ttwu_activate() After the removal of try_to_wake_up_local(), there is only one user of ttwu_activate() left, and since it is a trivial function, remove it. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>