ANDROID: cgroup: Cleanup android_rvh_cgroup_force_kthread_migration
android_rvh_cgroup_force_kthread_migration was removed by commitb0ea1feeef
("Revert "ANDROID: cgroup: Add android_rvh_cgroup_force_kthread_migration"") but was then accidentally added back by commit5f657b04f4
("ANDROID: subsystem-specific vendor_hooks.c for sched"). It's not working, remove it again. Fixes:5f657b04f4
("ANDROID: subsystem-specific vendor_hooks.c for sched") Change-Id: Ia2d39824df2340f6b83050b2805a052ffa57f171 Signed-off-by: Jacky Liu <qsliu@google.com>
This commit is contained in:
parent
fcdea346bb
commit
342aff08ae
@ -21,11 +21,7 @@ DECLARE_RESTRICTED_HOOK(android_rvh_refrigerator,
|
||||
|
||||
DECLARE_HOOK(android_vh_cgroup_attach,
|
||||
TP_PROTO(struct cgroup_subsys *ss, struct cgroup_taskset *tset),
|
||||
TP_ARGS(ss, tset))
|
||||
DECLARE_RESTRICTED_HOOK(android_rvh_cgroup_force_kthread_migration,
|
||||
TP_PROTO(struct task_struct *tsk, struct cgroup *dst_cgrp, bool *force_migration),
|
||||
TP_ARGS(tsk, dst_cgrp, force_migration), 1);
|
||||
|
||||
TP_ARGS(ss, tset));
|
||||
|
||||
DECLARE_RESTRICTED_HOOK(android_rvh_cpuset_fork,
|
||||
TP_PROTO(struct task_struct *p, bool *inherit_cpus),
|
||||
|
Loading…
Reference in New Issue
Block a user