Commit 33fb0d0
AHCI: Do not acquire ata_host::lock from single IRQ handler
There is no need to acquire ata_host::lock spinlock from
hardware context single IRQ interrupt handler since the
handler does not access host data that could be altered
by concurrent processors.
Signed-off-by: Alexander Gordeev <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Cc: [email protected]1 parent 18dcf43 commit 33fb0d0
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1875 | 1875 | | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | | - | |
1879 | | - | |
1880 | 1878 | | |
1881 | 1879 | | |
1882 | 1880 | | |
| |||
1908 | 1906 | | |
1909 | 1907 | | |
1910 | 1908 | | |
1911 | | - | |
1912 | | - | |
1913 | 1909 | | |
1914 | 1910 | | |
1915 | 1911 | | |
| |||
0 commit comments