uti: futex_wait: Use kmalloc area for wait queue
Change-Id: Ida994c87334f9613bbf5cbda45b6b5474fd4c6be
This commit is contained in:
committed by
Masamichi Takagi
parent
e1c6e17400
commit
bb2589bac4
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user