Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4030e580 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ipc: apr_vm: change the priority of apr_vm_cb_threa"

parents b0a827be 862d75d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -585,7 +585,7 @@ 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};
	struct sched_param param = {.sched_priority = 3};

	sched_setscheduler(current, SCHED_FIFO, &param);