]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/sched_stats.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux...
[karo-tx-linux.git] / kernel / sched_stats.h
index b59fd9cdc1b6d6b9907e1deb8338f0e9cfc105fb..f2773b5d12260bbb10c3b293bd4fd1811b483848 100644 (file)
@@ -42,7 +42,8 @@ static int show_schedstat(struct seq_file *seq, void *v)
                for_each_domain(cpu, sd) {
                        enum cpu_idle_type itype;
 
-                       cpumask_scnprintf(mask_str, mask_len, &sd->span);
+                       cpumask_scnprintf(mask_str, mask_len,
+                                         sched_domain_span(sd));
                        seq_printf(seq, "domain%d %s", dcount++, mask_str);
                        for (itype = CPU_IDLE; itype < CPU_MAX_IDLE_TYPES;
                                        itype++) {