commit | 1d21f2af8571c6a6a44e7c1911780614847b0253 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Jun 28 13:11:50 2019 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 03 10:12:29 2019 +0200 |
tree | 616e00dc452c4dcd9d978d70c2b29d42593f60cb | |
parent | 4001d8e8762f57d418b66e4e668601791900a1dd [diff] |
genirq: Fix misleading synchronize_irq() documentation The function might sleep, so it cannot be called from interrupt context. Not even with care. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Marc Zyngier <marc.zyngier@arm.com> Link: https://lkml.kernel.org/r/20190628111440.189241552@linutronix.de