aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched')
-rw-r--r--kernel/sched/rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c
index 692fb1e77..049bb3eb7 100644
--- a/kernel/sched/rt.c
+++ b/kernel/sched/rt.c
@@ -551,7 +551,7 @@ void unthrottle_offline_rt_rqs(struct rq *rq) {
*/
if (rt_rq_throttled(rt_rq)){
rt_rq->rt_throttled = 0;
- printk_deferred("sched: RT throttling inactivated\n");
+ printk_deferred("sched: RT throttling inactivated cpu\n");
}
}
}