projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b158f
)
sched: build fix
author
Ingo Molnar
<mingo@elte.hu>
Sat, 19 Apr 2008 10:11:10 +0000
(12:11 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 19 Apr 2008 17:45:01 +0000
(19:45 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_debug.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched_debug.c
b/kernel/sched_debug.c
index be42548b67bb642e53402b926a57574ef6c528dc..f3f4af4b8b0fb8ffa4e24da75f5982358c44cc3e 100644
(file)
--- a/
kernel/sched_debug.c
+++ b/
kernel/sched_debug.c
@@
-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;
-#if
ndef CONFIG_CGROUP_SCHED
+#if
!defined(CONFIG_CGROUP_SCHED) || !defined(CONFIG_USER_SCHED)
SEQ_printf(m, "\ncfs_rq[%d]:\n", cpu);
#else
char path[128] = "";