Re: [PATCH] sched/fair: move definitions to fix !CONFIG_SMP

From: Peter Zijlstra
Date: Mon Aug 21 2017 - 16:07:03 EST


On Mon, Aug 21, 2017 at 04:03:05PM -0400, josef@xxxxxxxxxxxxxx wrote:
> From: Josef Bacik <jbacik@xxxxxx>
>
> The series of patches adding runnable_avg and subsequent supporting
> patches broke on !CONFIG_SMP. Fix this by moving the definitions under
> the appropriate checks, and moving the !CONFIG_SMP definitions higher
> up.

Is this on top or can I fold this in somewhere? I was meaning to rework
the series to avoid this superfluous build borkage.