aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched/core.c')
-rw-r--r--kernel/sched/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 8050f266751a..e4ca15d75541 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -2857,7 +2857,7 @@ unsigned long nr_running(void)
2857 * preemption, thus the result might have a time-of-check-to-time-of-use 2857 * preemption, thus the result might have a time-of-check-to-time-of-use
2858 * race. The caller is responsible to use it correctly, for example: 2858 * race. The caller is responsible to use it correctly, for example:
2859 * 2859 *
2860 * - from a non-preemptable section (of course) 2860 * - from a non-preemptible section (of course)
2861 * 2861 *
2862 * - from a thread that is bound to a single CPU 2862 * - from a thread that is bound to a single CPU
2863 * 2863 *