[PATCH 0/2] accel: Replace deprecated create_singlethread_workqueue
From: George Karagounis
Date: Fri Sep 25 2026 - 08:50:09 EST
Hi maintainers,
This patch series replaces the deprecated create_singlethread_workqueue()
with the more efficient alloc_ordered_workqueue() in the amdxdna and
habanalabs accel drivers.
Both patches have been compile tested with W=1 and produce no warnings.
Best regards,
George
George Karagounis (2):
accel/amdxdna: Replace create_singlethread_workqueue with
alloc_ordered_workqueue
accel/habanalabs: Replace create_singlethread_workqueue with
alloc_ordered_workqueue
drivers/accel/amdxdna/amdxdna_mailbox.c | 2 +-
drivers/accel/habanalabs/common/device.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
--
2.55.0