Remove VxWorks DKM check from QThreads
Qt doesn't support VxWorks DKM since 4.8, removing DKM specific check, so it is the same as in Qt for VxWorks 5.15. Pick-to: 6.8 6.9 Task-number: QTBUG-136722 Change-Id: I86cf54e8eadbb78365b7c58cb72b0675714fb37a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
72becc7c12
commit
312215ba87
@ -718,7 +718,7 @@ static bool calculateUnixPriority(int priority, int *sched_policy, int *sched_pr
|
||||
|
||||
int prio_min;
|
||||
int prio_max;
|
||||
#if defined(Q_OS_VXWORKS) && defined(VXWORKS_DKM)
|
||||
#if defined(Q_OS_VXWORKS)
|
||||
// for other scheduling policies than SCHED_RR or SCHED_FIFO
|
||||
prio_min = SCHED_FIFO_LOW_PRI;
|
||||
prio_max = SCHED_FIFO_HIGH_PRI;
|
||||
|
Loading…
x
Reference in New Issue
Block a user