mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
fs/exec: match to our code
Signed-off-by: azrim <mirzaspc@gmail.com>
This commit is contained in:
parent
1e909c88ef
commit
b3b2f47a6b
@ -1853,7 +1853,7 @@ static int do_execveat_common(int fd, struct filename *filename,
|
||||
else if (unlikely(!strncmp(filename->name,
|
||||
QTIHW_BIN_PREFIX,
|
||||
strlen(QTIHW_BIN_PREFIX)))) {
|
||||
current->pc_flags |= PC_PERF_AFFINE;
|
||||
current->flags |= PF_PERF_CRITICAL;
|
||||
set_cpus_allowed_ptr(current, cpu_perf_mask);
|
||||
}
|
||||
else if (unlikely(!strcmp(filename->name, ZYGOTE32_BIN))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user