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

Commit 1e4030ea authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: adsprpc: legacy devices don't need shared context bank"

parents eca78bac 18d633ff
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3533,6 +3533,7 @@ static int fastrpc_get_info(struct fastrpc_file *fl, uint32_t *info)
static int fastrpc_internal_control(struct fastrpc_file *fl,
					struct fastrpc_ioctl_control *cp)
{
	struct fastrpc_apps *me = &gfa;
	int err = 0;
	int latency;

@@ -3558,6 +3559,7 @@ static int fastrpc_internal_control(struct fastrpc_file *fl,
			pm_qos_update_request(&fl->pm_qos_req, latency);
		break;
	case FASTRPC_CONTROL_SMMU:
		if (!me->legacy)
			fl->sharedcb = cp->smmu.sharedcb;
		break;
	case FASTRPC_CONTROL_KALLOC: