uti: futex_wait: Use kmalloc area for wait queue

Change-Id: Ida994c87334f9613bbf5cbda45b6b5474fd4c6be
This commit is contained in:
Shiratori, Takehiro
2019-03-19 18:30:00 +09:00
committed by Masamichi Takagi
parent e1c6e17400
commit bb2589bac4
3 changed files with 53 additions and 41 deletions

View File

@ -717,6 +717,7 @@ struct thread {
struct uti_attr *mod_clone_arg;
int parent_cpuid;
int uti_refill_tid;
struct futex_q futex_q;
// for performance counter
unsigned long pmc_alloc_map;