Project

General

Profile

Actions

Bug #2147

closed

Empty if statement in lwkt_process_ipiq_core()

Added by c over 12 years ago. Updated over 12 years ago.

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

lwkt_ipiq.c.diff (427 Bytes) lwkt_ipiq.c.diff c, 10/14/2011 02:24 AM
Actions #1

Updated by swildner over 12 years ago

Thanks, committed!

Actions

Also available in: Atom PDF