]> Git Repo - linux.git/commitdiff
sched/numa: Initialize newidle balance stats in sd_numa_init()
authorJason Low <[email protected]>
Thu, 24 Apr 2014 01:30:34 +0000 (18:30 -0700)
committerIngo Molnar <[email protected]>
Wed, 7 May 2014 09:51:37 +0000 (11:51 +0200)
Also initialize the per-sd variables for newidle load balancing
in sd_numa_init().

Signed-off-by: Jason Low <[email protected]>
Acked-by: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/core.c

index 28921ec91b3d4271eb3627a12f5bc420ab0de227..13584f1cccfc88dbb451f0e56854459d29e8f5d3 100644 (file)
@@ -6026,6 +6026,8 @@ sd_numa_init(struct sched_domain_topology_level *tl, int cpu)
                                        ,
                .last_balance           = jiffies,
                .balance_interval       = sd_weight,
+               .max_newidle_lb_cost    = 0,
+               .next_decay_max_lb_cost = jiffies,
        };
        SD_INIT_NAME(sd, NUMA);
        sd->private = &tl->data;
This page took 0.061964 seconds and 4 git commands to generate.