uti: futex: McKernel waker sends IPI to Linux waiter CPU

Change-Id: I6f725b3a6b1b26b9f553d8c58132c0c0a4416683
This commit is contained in:
Masamichi Takagi
2021-02-05 09:39:07 +09:00
parent adc5b7102f
commit e3927a0b95
5 changed files with 23 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
#endif
/* Linux channel table, indexec by Linux CPU id */
static struct ihk_ikc_channel_desc **ikc2linuxs = NULL;
struct ihk_ikc_channel_desc **ikc2linuxs;
void check_mapping_for_proc(struct thread *thread, unsigned long addr)
{