]> Git Repo - linux.git/commitdiff
entry: Fixup irqentry_enter() comment
authorIra Weiny <[email protected]>
Wed, 28 Oct 2020 16:36:32 +0000 (09:36 -0700)
committerThomas Gleixner <[email protected]>
Thu, 29 Oct 2020 10:31:29 +0000 (11:31 +0100)
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 <[email protected]>
Signed-off-by: Ira Weiny <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
kernel/entry/common.c

index 42eff115c42694994dde61e584a551d3e8d5cc2a..f7ed415a6768fe8ec6f2d4f6e1346cff6c35bb21 100644 (file)
@@ -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();
This page took 0.064355 seconds and 4 git commands to generate.