|
@@ -8070,6 +8070,7 @@ redo:
|
|
|
|
|
|
more_balance:
|
|
|
raw_spin_lock_irqsave(&busiest->lock, flags);
|
|
|
+ update_rq_clock(busiest);
|
|
|
|
|
|
/*
|
|
|
* cur_ld_moved - load moved in current iteration
|
|
@@ -8446,6 +8447,7 @@ static int active_load_balance_cpu_stop(void *data)
|
|
|
};
|
|
|
|
|
|
schedstat_inc(sd->alb_count);
|
|
|
+ update_rq_clock(busiest_rq);
|
|
|
|
|
|
p = detach_one_task(&env);
|
|
|
if (p) {
|