Add CPU_BOOSTING_FORCE_RESET_ON_CLEAR flag on resource_set_cpu_boosting()
Add CPU_BOOSTING_FORCE_RESET_ON_CLEAR flag on resource_set_cpu_boosting() function
to reset CPU boosting forcely regardless of duplicate resource_set_cpu_boosting() on the same target.
Scenario is like below:
resource_set_cpu_boosting() with CPU_BOOSTING_FORCE_RESET_ON_CLEAR flag example:
A process: set CPU boosting on C process with CPU_BOOSTING_FORCE_RESET_ON_CLEAR flag
B process: set CPU boosting on C process
A process: clear CPU boosting on C process
In this case, CPU boosting on C process must be cleared regardless of previous CPU boosting sets.
Change-Id: Ibb104f6e492cae213d0250d746d410f6b1d2eb16
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>