Re: [PATCH 6/9] sched: Massage set_cpus_allowed

From: Thomas Gleixner
Date: Wed Sep 23 2020 - 10:07:45 EST


On Mon, Sep 21 2020 at 18:36, Peter Zijlstra wrote:
> @@ -1899,7 +1900,9 @@ extern void update_group_capacity(struct
>
> extern void trigger_load_balance(struct rq *rq);
>
> -extern void set_cpus_allowed_common(struct task_struct *p, const struct cpumask *new_mask);
> +#define SCA_CHECK 0x01
> +

needs to move out of the CONFIG_SMP ifdef as it's used even on UP.

Thanks,

tglx