Bug #2147

Empty if statement in lwkt_process_ipiq_core()

Added by c over 1 year ago. Updated over 1 year ago.

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.

lwkt_ipiq.c.diff (427 Bytes) c, 10/14/2011 02:24 am


Related todos

History

Updated by swildner over 1 year ago

Thanks, committed!

Also available in: Atom PDF