File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Conditions
61
61
==========
62
62
63
63
The use of threaded interrupts is the most likely condition to trigger
64
- this problem today. Threaded interrupts may not be reenabled after the IRQ
64
+ this problem today. Threaded interrupts may not be re-enabled after the IRQ
65
65
handler wakes. These "one shot" conditions mean that the threaded interrupt
66
66
needs to keep the interrupt line masked until the threaded handler has run.
67
67
Especially when dealing with high data rate interrupts, the thread needs to
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ including a full 'lspci -v' so we can add the quirks to the kernel.
236
236
Disabling MSIs below a bridge
237
237
-----------------------------
238
238
239
- Some PCI bridges are not able to route MSIs between busses properly.
239
+ Some PCI bridges are not able to route MSIs between buses properly.
240
240
In this case, MSIs must be disabled on all devices behind the bridge.
241
241
242
242
Some bridges allow you to enable MSIs by changing some bits in their
You can’t perform that action at this time.
0 commit comments