Commit 486fdae2 authored by Ingo Molnar's avatar Ingo Molnar

sched: build fix

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent b9b158fe
......@@ -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] = "";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment