Commit 683ec6d
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 e3246b8 commit 683ec6d
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1131 | 1131 | | |
1132 | 1132 | | |
1133 | 1133 | | |
1134 | | - | |
1135 | 1134 | | |
1136 | 1135 | | |
1137 | 1136 | | |
1138 | | - | |
1139 | | - | |
1140 | 1137 | | |
1141 | 1138 | | |
1142 | 1139 | | |
| |||
1151 | 1148 | | |
1152 | 1149 | | |
1153 | 1150 | | |
1154 | | - | |
1155 | 1151 | | |
1156 | 1152 | | |
1157 | 1153 | | |
| |||
0 commit comments