Merge "soc: qcom: qdsp6v2: promote priority of apr_vm_cb_thread"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
4b151cba32
@@ -31,6 +31,7 @@
|
||||
#include <ipc/apr_tal.h>
|
||||
#include <ipc/aprv2_vm.h>
|
||||
#include <linux/habmm.h>
|
||||
#include <uapi/linux/sched/types.h>
|
||||
|
||||
#define APR_PKT_IPC_LOG_PAGE_CNT 2
|
||||
#define APR_VM_CB_THREAD_NAME "apr_vm_cb_thread"
|
||||
@@ -587,6 +588,9 @@ static int apr_vm_cb_thread(void *data)
|
||||
unsigned long delay = jiffies + (HZ / 2);
|
||||
int status = 0;
|
||||
int ret = 0;
|
||||
struct sched_param param = {.sched_priority = 1};
|
||||
|
||||
sched_setscheduler(current, SCHED_FIFO, ¶m);
|
||||
|
||||
while (1) {
|
||||
do {
|
||||
|
Reference in New Issue
Block a user