File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4218,9 +4218,8 @@ static void __sched notrace preempt_schedule_common(void)
4218
4218
4219
4219
#ifdef CONFIG_PREEMPTION
4220
4220
/*
4221
- * this is the entry point to schedule() from in-kernel preemption
4222
- * off of preempt_enable. Kernel preemptions off return from interrupt
4223
- * occur there and call schedule directly.
4221
+ * This is the entry point to schedule() from in-kernel preemption
4222
+ * off of preempt_enable.
4224
4223
*/
4225
4224
asmlinkage __visible void __sched notrace preempt_schedule (void )
4226
4225
{
@@ -4291,7 +4290,7 @@ EXPORT_SYMBOL_GPL(preempt_schedule_notrace);
4291
4290
#endif /* CONFIG_PREEMPTION */
4292
4291
4293
4292
/*
4294
- * this is the entry point to schedule() from kernel preemption
4293
+ * This is the entry point to schedule() from kernel preemption
4295
4294
* off of irq context.
4296
4295
* Note, that this is called and return with irqs disabled. This will
4297
4296
* protect us against recursive calling from irq.
You can’t perform that action at this time.
0 commit comments