diff options
Diffstat (limited to 'kernel/sched_rt.c')
-rw-r--r-- | kernel/sched_rt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c index 6928ded24da1..8ff824565e06 100644 --- a/kernel/sched_rt.c +++ b/kernel/sched_rt.c | |||
@@ -1123,7 +1123,8 @@ move_one_task_rt(struct rq *this_rq, int this_cpu, struct rq *busiest, | |||
1123 | return 0; | 1123 | return 0; |
1124 | } | 1124 | } |
1125 | 1125 | ||
1126 | static void set_cpus_allowed_rt(struct task_struct *p, cpumask_t *new_mask) | 1126 | static void set_cpus_allowed_rt(struct task_struct *p, |
1127 | const cpumask_t *new_mask) | ||
1127 | { | 1128 | { |
1128 | int weight = cpus_weight(*new_mask); | 1129 | int weight = cpus_weight(*new_mask); |
1129 | 1130 | ||