Skip to content
Commit 7f51907f authored by Carlo Caione's avatar Carlo Caione Committed by Carles Cufí
Browse files

ipc_service: static_vrings: Set WQ default type to PRIO_COOP



In 92d8329d a new DT property was introduced to set the WQ priority
of the instance. The fallback value when the property was not present
was arbitrarily set to <0 PRIO_PREEMPT>.

The problem is that this value is actually changing the behaviour for
the code that is not explicitly setting the DT property, breaking in
some cases the existing code.

Move the default value to <0 PRIO_COOP> to give the old code a
consistent behaviour before and after the 92d8329d commit.

Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
parent 6a664937
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment