Commit c3db875
committed
ipc: ipc4: helper: drop redundant locking in ipc4_search_for_drv()
Drop the IRQ disable/enable in ipc4_search_for_drv(). The driver
list is only modified at FW boot and when a new driver is registered
at runtime via SOF_IPC4_GLB_LOAD_LIBRARY IPC. ipc4_search_for_drv()
is only used when processing IPC messages. As IPC processing
is serialized, it is not possible for the driver list to be modified
concurrently with a call to ipc4_search_for_drv().
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 901c0ce commit c3db875
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1142 | 1142 | | |
1143 | 1143 | | |
1144 | 1144 | | |
1145 | | - | |
1146 | 1145 | | |
1147 | 1146 | | |
1148 | 1147 | | |
1149 | | - | |
1150 | | - | |
1151 | 1148 | | |
1152 | 1149 | | |
1153 | 1150 | | |
| |||
1162 | 1159 | | |
1163 | 1160 | | |
1164 | 1161 | | |
1165 | | - | |
1166 | 1162 | | |
1167 | 1163 | | |
1168 | 1164 | | |
| |||
0 commit comments