]> asedeno.scripts.mit.edu Git - linux.git/commit
sched/topology: Remove FORCE_SD_OVERLAP
authorPeter Zijlstra <peterz@infradead.org>
Wed, 26 Apr 2017 15:36:41 +0000 (17:36 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 15 May 2017 08:15:28 +0000 (10:15 +0200)
commitaf85596c74de2fd9abb87501ae280038ac28a3f4
tree23793752fdb3bf47020278e8c4e04e57e8cb9c52
parentc20e1ea4b61c3d99a354d912f2d74822fd2a001d
sched/topology: Remove FORCE_SD_OVERLAP

Its an obsolete debug mechanism and future code wants to rely on
properties this undermines.

Namely, it would be good to assume that SD_OVERLAP domains have
children, but if we build the entire hierarchy with SD_OVERLAP this is
obviously false.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
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>
kernel/sched/features.h
kernel/sched/topology.c