sm8350-common: Remove frozen and unfrozen cgroup
Removed frozen and unfrozen cgroup configuration which are outdated and are also not required. This passes testFreezerKillExitCode test case. Change-Id: I8fef53a3b957d529cd6ace75e648ce8a5847e046 Signed-off-by: Kishor Krishna Bhat <quic_kishkris@quicinc.com>
This commit is contained in:
parent
bb8438e434
commit
9ab46944ba
@ -62,32 +62,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Frozen",
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "JoinCgroup",
|
||||
"Params":
|
||||
{
|
||||
"Controller": "freezer",
|
||||
"Path": "frozen"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Unfrozen",
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "JoinCgroup",
|
||||
"Params":
|
||||
{
|
||||
"Controller": "freezer",
|
||||
"Path": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "NormalPerformance",
|
||||
"Actions": [
|
||||
|
Loading…
Reference in New Issue
Block a user