event_signal(): use IKC3 ikc2linux channel
This commit is contained in:
@@ -1109,7 +1109,7 @@ event_signal()
|
|||||||
struct ihk_ikc_channel_desc *syscall_channel;
|
struct ihk_ikc_channel_desc *syscall_channel;
|
||||||
struct ikc_scd_packet pckt;
|
struct ikc_scd_packet pckt;
|
||||||
|
|
||||||
syscall_channel = get_cpu_local_var(0)->syscall_channel2;
|
syscall_channel = get_cpu_local_var(0)->ikc2linux;
|
||||||
memset(&pckt, '\0', sizeof pckt);
|
memset(&pckt, '\0', sizeof pckt);
|
||||||
pckt.msg = SCD_MSG_EVENT_SIGNAL;
|
pckt.msg = SCD_MSG_EVENT_SIGNAL;
|
||||||
ihk_ikc_send(syscall_channel, &pckt, 0);
|
ihk_ikc_send(syscall_channel, &pckt, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user