ARM, sched/topology: Remove SD_SHARE_POWERDOMAIN
authorValentin Schneider <valentin.schneider@arm.com>
Mon, 17 Aug 2020 11:29:47 +0000 (12:29 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 19 Aug 2020 08:49:47 +0000 (10:49 +0200)
commitcfe7ddcbd72dc67ce5749cc6f451a2b0c6aec5b5
tree250731cb814274a4d6726ca560cc08677cd9eeee
parent18445bf405cb331117bc98427b1ba6f12418ad17
ARM, sched/topology: Remove SD_SHARE_POWERDOMAIN

This flag was introduced in 2014 by commit:

  d77b3ed5c9f8 ("sched: Add a new SD_SHARE_POWERDOMAIN for sched_domain")

but AFAIA it was never leveraged by the scheduler. The closest thing I can
think of is EAS caring about frequency domains, and it does that by
leveraging performance domains.

Remove the flag. No change in functionality is expected.

Suggested-by: Morten Rasmussen <morten.rasmussen@arm.com>
Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: https://lore.kernel.org/r/20200817113003.20802-2-valentin.schneider@arm.com
arch/arm/kernel/topology.c
include/linux/sched/topology.h
kernel/sched/topology.c