sched/core: Fix preempt_schedule() interrupt return comment
authorValentin Schneider <valentin.schneider@arm.com>
Mon, 23 Sep 2019 14:36:12 +0000 (15:36 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 25 Sep 2019 15:42:32 +0000 (17:42 +0200)
commita49b4f4012ef233143c5f7ce44f97851e54d5ef9
tree9d39821367916b49ada43fc72b231607173c9a36
parent763a9ec06c409dcde2a761aac4bb83ff3938e0b3
sched/core: Fix preempt_schedule() interrupt return comment

preempt_schedule_irq() is the one that should be called on return from
interrupt, clean up the comment to avoid any ambiguity.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-m68k@lists.linux-m68k.org
Cc: linux-riscv@lists.infradead.org
Cc: uclinux-h8-devel@lists.sourceforge.jp
Link: https://lkml.kernel.org/r/20190923143620.29334-2-valentin.schneider@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c