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

Commit 26407283 authored by Syed Rameez Mustafa's avatar Syed Rameez Mustafa
Browse files

sched: Add cgroup attach functionality to the tune controller



This is required to allow tasks to freely move between cgroups associated
with the tune controller.

Change-Id: I1f39b957462034586edc2fdc0a35488b314e9c8c
Signed-off-by: default avatarSyed Rameez Mustafa <rameezmustafa@codeaurora.org>
parent 14b52227
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -221,6 +221,7 @@ struct cgroup_subsys schedtune_cgrp_subsys = {
	.css_free	= schedtune_css_free,
	.legacy_cftypes	= files,
	.early_init	= 1,
	.allow_attach	= subsys_cgroup_allow_attach,
};

#endif /* CONFIG_CGROUP_SCHEDTUNE */