]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tg3: Restore likely() check in tg3_poll_msix()
authorMatt Carlson <mcarlson@broadcom.com>
Mon, 5 Apr 2010 10:19:20 +0000 (10:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Apr 2010 10:57:58 +0000 (03:57 -0700)
commit6d40db7beaef823621ff3d340ef53d08445960b4
treeb21259d7c35c4558c72353acfc0d2c6af5570144
parentc1f614a1214126d7c9f58bf8481070c66b3cc1af
tg3: Restore likely() check in tg3_poll_msix()

When creating the new tg3_poll_msix() function, the likely() compiler
hint was dropped.  This patch reintroduces it.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Reviewed-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c