diff options
author | Valentin Schneider <valentin.schneider@arm.com> | 2020-08-25 15:32:15 +0200 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2020-08-26 12:41:59 +0200 |
commit | 8fca9494d4b4d6b57b1398cd473feb308df656db (patch) | |
tree | fedae4c946f33ae76e6cdd4a020ea505f13bf954 /init | |
parent | sched: Cache task_struct::flags in sched_submit_work() (diff) | |
download | linux-8fca9494d4b4d6b57b1398cd473feb308df656db.tar.xz linux-8fca9494d4b4d6b57b1398cd473feb308df656db.zip |
sched/topology: Move sd_flag_debug out of linux/sched/topology.h
Defining an array in a header imported all over the place clearly is a daft
idea, that still didn't stop me from doing it.
Leave a declaration of sd_flag_debug in topology.h and move its definition
to sched/debug.c.
Fixes: b6e862f38672 ("sched/topology: Define and assign sched_domain flag metadata")
Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200825133216.9163-1-valentin.schneider@arm.com
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions