Commit d750e0c
committed
ipc: Fix incorrect dcache invalidate
struct sof_ipc_cmd_hdr belongs to IPC3. There is no 'size' field in IPC4
payload at that offset. comp_data is zeroed on init and on IPC4 it is only
used to send responses by get_large_config. Probably get_large_config is
rarely used as, otherwise, that would result in invalidates of dcache with
weird sizes and problems at runtime.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent b2a138b commit d750e0c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments