Actions
Bug #2147
closedEmpty if statement in lwkt_process_ipiq_core()
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
On line 662 of lwkt_ipiq.c:
if (ip->ip_rindex == ip->ip_windex);
atomic_poll_release_int(&ip->ip_npoll);
This should be harmless, outside of inviting superfluous ipis.
Files
Actions