aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/entry
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2020-10-28 09:36:32 -0700
committerThomas Gleixner <tglx@linutronix.de>2020-10-29 11:31:29 +0100
commit45ff510517f3b1354a3d9c273ad5e5e8d08312cb (patch)
tree22b801e36bc63e172d93f4789cc065eaf2ac906e /kernel/entry
parenttask_work: Use TIF_NOTIFY_SIGNAL if available (diff)
downloadlinux-dev-45ff510517f3b1354a3d9c273ad5e5e8d08312cb.tar.xz
linux-dev-45ff510517f3b1354a3d9c273ad5e5e8d08312cb.zip
entry: Fixup irqentry_enter() comment
irq_enter_from_user_mode() was changed to irqentry_enter_from_user_mode(). Update the comment within irqentry_enter() to reflect this change. Suggested-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20201028163632.965518-1-ira.weiny@intel.com
Diffstat (limited to 'kernel/entry')
-rw-r--r--kernel/entry/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/entry/common.c b/kernel/entry/common.c
index 42eff115c426..f7ed415a6768 100644
--- a/kernel/entry/common.c
+++ b/kernel/entry/common.c
@@ -302,7 +302,7 @@ noinstr irqentry_state_t irqentry_enter(struct pt_regs *regs)
/*
* If RCU is not watching then the same careful
* sequence vs. lockdep and tracing is required
- * as in irq_enter_from_user_mode().
+ * as in irqentry_enter_from_user_mode().
*/
lockdep_hardirqs_off(CALLER_ADDR0);
rcu_irq_enter();