prepare for a condition variable for each process. (Redmine#193)

This commit is contained in:
Tomoki Shirasawa
2014-07-25 09:17:43 +09:00
parent 101a0f6e4a
commit 10190e9ed6
3 changed files with 7 additions and 6 deletions

View File

@ -93,6 +93,7 @@ struct wait_queue_head_list_node {
struct list_head list;
wait_queue_head_t wq_syscall;
int pid;
int req;
};
struct mcctrl_channel {
@ -101,7 +102,6 @@ struct mcctrl_channel {
struct ikc_scd_init_param init;
void *dma_buf;
int req;
struct list_head wq_list;
ihk_spinlock_t wq_list_lock;
};