Bug #2147
Empty if statement in lwkt_process_ipiq_core()
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
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.
Related todos
History
Updated by swildner over 1 year ago
Thanks, committed!