File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,8 @@ static int show_schedstat(struct seq_file *seq, void *v)
115
115
seq_printf (seq , "timestamp %lu\n" , jiffies );
116
116
} else {
117
117
struct rq * rq ;
118
- #ifdef CONFIG_SMP
119
118
struct sched_domain * sd ;
120
119
int dcount = 0 ;
121
- #endif
122
120
cpu = (unsigned long )(v - 2 );
123
121
rq = cpu_rq (cpu );
124
122
@@ -133,7 +131,6 @@ static int show_schedstat(struct seq_file *seq, void *v)
133
131
134
132
seq_printf (seq , "\n" );
135
133
136
- #ifdef CONFIG_SMP
137
134
/* domain-specific stats */
138
135
rcu_read_lock ();
139
136
for_each_domain (cpu , sd ) {
@@ -164,7 +161,6 @@ static int show_schedstat(struct seq_file *seq, void *v)
164
161
sd -> ttwu_move_balance );
165
162
}
166
163
rcu_read_unlock ();
167
- #endif /* CONFIG_SMP */
168
164
}
169
165
return 0 ;
170
166
}
You can’t perform that action at this time.
0 commit comments