commit | ee6a3d19f15b9b10075481088b8d4537f286d7b4 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@kernel.org> | Mon Feb 06 10:01:09 2017 +0100 |
committer | Ingo Molnar <mingo@kernel.org> | Fri Mar 03 01:45:41 2017 +0100 |
tree | c9f47bd84824aabcd26106c617821dccaf16051a | |
parent | 283cb90305cf1686594ed537c7a8cb188eba1a4d [diff] |
sched/headers: Remove the <linux/topology.h> include from <linux/sched.h> It's used only by a single (rarely used) inline function (task_node(p)), which we can move to <linux/sched/topology.h>. ( Add <linux/nodemask.h>, because we rely on that. ) Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>