diff options
author | John Stultz <john.stultz@linaro.org> | 2014-06-04 19:11:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-04 19:54:17 -0400 |
commit | aac74dc495456412c4130a1167ce4beb6c1f0b38 (patch) | |
tree | 0a0b0cabf34a2840abdfd579743a8438f05dcdc7 /kernel/sched/rt.c | |
parent | 81954606265ab8f04b41154bd00576013affcf5b (diff) |
printk: rename printk_sched to printk_deferred
After learning we'll need some sort of deferred printk functionality in
the timekeeping core, Peter suggested we rename the printk_sched function
so it can be reused by needed subsystems.
This only changes the function name. No logic changes.
Signed-off-by: John Stultz <john.stultz@linaro.org>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Jan Kara <jack@suse.cz>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Jiri Bohac <jbohac@suse.cz>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/sched/rt.c')
-rw-r--r-- | kernel/sched/rt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index 0ebfd7a29472..5d7667b37c21 100644 --- a/kernel/sched/rt.c +++ b/kernel/sched/rt.c | |||
@@ -896,7 +896,7 @@ static int sched_rt_runtime_exceeded(struct rt_rq *rt_rq) | |||
896 | 896 | ||
897 | if (!once) { | 897 | if (!once) { |
898 | once = true; | 898 | once = true; |
899 | printk_sched("sched: RT throttling activated\n"); | 899 | printk_deferred("sched: RT throttling activated\n"); |
900 | } | 900 | } |
901 | } else { | 901 | } else { |
902 | /* | 902 | /* |