Merge ../linux-2.6-x86
[safe/jmp/linux-2.6] / kernel / sched_stats.h
index ce34083..5fcf0e1 100644 (file)
@@ -43,7 +43,7 @@ static int show_schedstat(struct seq_file *seq, void *v)
                        enum cpu_idle_type itype;
 
                        cpumask_scnprintf(mask_str, mask_len,
-                                         *sched_domain_span(sd));
+                                         sched_domain_span(sd));
                        seq_printf(seq, "domain%d %s", dcount++, mask_str);
                        for (itype = CPU_IDLE; itype < CPU_MAX_IDLE_TYPES;
                                        itype++) {