diff options
author | Andrew Davis <afd@ti.com> | 2024-04-10 16:59:42 +0300 |
---|---|---|
committer | Jassi Brar <jassisinghbrar@gmail.com> | 2024-05-20 06:29:44 +0300 |
commit | 3f58c1f4206f37d0af4595a9046c76016334b301 (patch) | |
tree | b7c92c7909987b77503bf29d9a8d13e3fff7497d /drivers/hv | |
parent | 04a07a3441481157e7aeb212c9405123c80e65b9 (diff) | |
download | linux-3f58c1f4206f37d0af4595a9046c76016334b301.tar.xz |
mailbox: omap: Remove kernel FIFO message queuing
The kernel FIFO queue has a couple issues. The biggest issue is that
it causes extra latency in a path that can be used in real-time tasks,
such as communication with real-time remote processors.
The whole FIFO idea itself looks to be a leftover from before the
unified mailbox framework. The current mailbox framework expects
mbox_chan_received_data() to be called with data immediately as it
arrives. Remove the FIFO and pass the messages to the mailbox
framework directly as part of a threaded IRQ handler.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'drivers/hv')
0 files changed, 0 insertions, 0 deletions