Skip to content

Commit

Permalink
sched/core: Drop debugging leftover trace_printk call
Browse files Browse the repository at this point in the history
Commit:

  3c18d44 ("sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()")

forgot a trace_printk() debugging piece in and Steve's banner screamed
in dmesg. Remove it.

Signed-off-by: Borislav Petkov <[email protected]>
Cc: Juri Lelli <[email protected]>
Cc: Juri Lelli <[email protected]>
Cc: Peter Zijlstra (Intel) <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
suryasaimadhu authored and Ingo Molnar committed Apr 3, 2015
1 parent fa9c9d1 commit 62a935b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -7015,10 +7015,8 @@ static int cpuset_cpu_inactive(struct notifier_block *nfb, unsigned long action,

rcu_read_unlock_sched();

if (overflow) {
trace_printk("hotplug failed for cpu %lu", cpu);
if (overflow)
return notifier_from_errno(-EBUSY);
}
}
cpuset_update_active_cpus(false);
break;
Expand Down

0 comments on commit 62a935b

Please sign in to comment.