treat libfj90 as helper thread spawner (Fugaku specific)
Change-Id: I1f6170c7ebbfae4f575f13ac1f3106d292cd5b6a
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user