Searched hist:"4 fc472f1214ef75e5450f207e23ff13af6eecad4" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/sched/ |
H A D | topology.h | diff 4fc472f1214ef75e5450f207e23ff13af6eecad4 Tue Aug 25 08:32:16 CDT 2020 Valentin Schneider <valentin.schneider@arm.com> sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.h
SD_DEGENERATE_GROUPS_MASK is only useful for sched/topology.c, but still gets defined for anyone who imports topology.h, leading to a flurry of unused variable warnings.
Move it out of the header and place it next to the SD degeneration functions in sched/topology.c.
Fixes: 4ee4ea443a5d ("sched/topology: Introduce SD metaflag for flags needing > 1 groups") 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-2-valentin.schneider@arm.com
|
/openbmc/linux/kernel/sched/ |
H A D | topology.c | diff 4fc472f1214ef75e5450f207e23ff13af6eecad4 Tue Aug 25 08:32:16 CDT 2020 Valentin Schneider <valentin.schneider@arm.com> sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.h
SD_DEGENERATE_GROUPS_MASK is only useful for sched/topology.c, but still gets defined for anyone who imports topology.h, leading to a flurry of unused variable warnings.
Move it out of the header and place it next to the SD degeneration functions in sched/topology.c.
Fixes: 4ee4ea443a5d ("sched/topology: Introduce SD metaflag for flags needing > 1 groups") 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-2-valentin.schneider@arm.com
|