Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/dspqueue/dspqueue_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,7 @@ AEEResult dspqueue_write_noblock(dspqueue_t queue, uint32_t flags,
cache_flush_word(&dq->state->req_packet_count[q->id]);
if (q->have_wait_counts) {
// Only send a signal if the other end is potentially waiting
barrier_full();
cache_invalidate_word(&read_state->wait_count);
if (read_state->wait_count) {
FARF(MEDIUM, "%s: Send signal", __func__);
Expand Down
Loading