1
0
Fork 0

sched: build fix

Signed-off-by: Ingo Molnar <mingo@elte.hu>
wifi-calibration
Ingo Molnar 2008-04-19 12:11:10 +02:00
parent b9b158fe1c
commit 486fdae214
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq)
struct sched_entity *last;
unsigned long flags;
#ifndef CONFIG_CGROUP_SCHED
#if !defined(CONFIG_CGROUP_SCHED) || !defined(CONFIG_USER_SCHED)
SEQ_printf(m, "\ncfs_rq[%d]:\n", cpu);
#else
char path[128] = "";