diff options
author | Valentin Rothberg <Valentin.Rothberg@lip6.fr> | 2015-02-27 14:55:16 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-03-20 16:41:55 +0300 |
commit | 2f9d7389b5e243abd0c42995a703c4f7cf535af4 (patch) | |
tree | ceae1b6569ea4af8cbba5196f4900ed968b852ab /Documentation/gdb-kernel-debugging.txt | |
parent | 9ddfa69fb073081882505a4f69d3f0c344d9bcaf (diff) | |
download | linux-2f9d7389b5e243abd0c42995a703c4f7cf535af4.tar.xz |
MSI-HOWTO.txt: remove reference on IRQF_DISABLED
The IRQF_DISABLED is a NOOP and scheduled to be removed. According to Ingo
Molnar in commit e58aa3d2d0cc01ad8d6f7f640a0670433f794922 (genirq: Run irq
handlers with interrupts disabled), running IRQ handlers with interrupts
enabled can cause stack overflows when the interrupt line of the issuing
device is still active.
This patch removes IRQF_DISABLED from this documentation. It was
mentioned to be a solution to avoid deadlocks when a device uses
multiple interrupts. As the flag is a NOOP this solution does not work
anymore.
Signed-off-by: Valentin Rothberg <Valentin.Rothberg@lip6.fr>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/gdb-kernel-debugging.txt')
0 files changed, 0 insertions, 0 deletions