diff options
Diffstat (limited to 'kernel/sched/rt.c')
-rw-r--r-- | kernel/sched/rt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index 87ea5bf1b87f..d024e6ce30ba 100644 --- a/kernel/sched/rt.c +++ b/kernel/sched/rt.c | |||
@@ -1525,7 +1525,7 @@ static DEFINE_PER_CPU(cpumask_var_t, local_cpu_mask); | |||
1525 | static int find_lowest_rq(struct task_struct *task) | 1525 | static int find_lowest_rq(struct task_struct *task) |
1526 | { | 1526 | { |
1527 | struct sched_domain *sd; | 1527 | struct sched_domain *sd; |
1528 | struct cpumask *lowest_mask = __get_cpu_var(local_cpu_mask); | 1528 | struct cpumask *lowest_mask = this_cpu_cpumask_var_ptr(local_cpu_mask); |
1529 | int this_cpu = smp_processor_id(); | 1529 | int this_cpu = smp_processor_id(); |
1530 | int cpu = task_cpu(task); | 1530 | int cpu = task_cpu(task); |
1531 | 1531 | ||