treat libfj90 as helper thread spawner (Fugaku specific)

Change-Id: I1f6170c7ebbfae4f575f13ac1f3106d292cd5b6a
This commit is contained in:
Masamichi Takagi
2020-06-15 13:09:07 +09:00
parent 3328ce03d9
commit 8022a2a8c0

View File

@ -2844,7 +2844,8 @@ unsigned long do_fork(int clone_flags, unsigned long newsp,
ihk_rwspinlock_read_unlock_noirq(&old->vm->memory_range_lock);
if (range && range->memobj && range->memobj->path) {
if (!strstr(range->memobj->path, "omp.so")) {
if (!strstr(range->memobj->path, "omp.so") &&
!strstr(range->memobj->path, "libfj90")) {
helper_thread = 1;
}
dkprintf("clone(): %s thread from %s\n",