VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Josh Cartwright <joshc@ni.com> 2016-02-11 11:54:00 -0600 committer: Minda Chen <minda.chen@starfivetech.com> 2023-11-06 19:24:48 +0800 commit: a06dc8952021a6a6a864e6d2a976c10f5024eeee parent: 35b3d3742f8381b4794b63b6355feb9fce73cc8d
Commit Summary:
genirq: update irq_set_irqchip_state documentation
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 0f966288a648..894e4db1fffc 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -2833,7 +2833,7 @@ EXPORT_SYMBOL_GPL(irq_get_irqchip_state);
  *	This call sets the internal irqchip state of an interrupt,
  *	depending on the value of @which.
  *
- *	This function should be called with preemption disabled if the
+ *	This function should be called with migration disabled if the
  *	interrupt controller has per-cpu registers.
  */
 int irq_set_irqchip_state(unsigned int irq, enum irqchip_irq_state which,