ofproto: Drop unneeded poll_immediate_wake().
authorBen Pfaff <blp@nicira.com>
Wed, 29 Sep 2010 19:54:05 +0000 (12:54 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 9 Oct 2010 00:18:37 +0000 (17:18 -0700)
commit7163da861e2c7c3115118680361eeaa80c036f59
tree9ae8d3569aa717949d181bea58127215ed73bc5d
parent0652e3433ced5ec2f1d77487fd53dca831186beb
ofproto: Drop unneeded poll_immediate_wake().

This poll_immediate_wake() is unnecessary because netflow_run() is always
called afterward within the same poll loop.  It's better to delete it, to
avoid wasting CPU.
ofproto/ofproto.c