r8169: avoid needless NAPI poll scheduling
commitc5039b587f162d00da5d997c9481e5c8f7acc0f3
authorFrancois Romieu <romieu@fr.zoreil.com>
Tue, 14 Aug 2007 22:29:27 +0000 (15 00:29 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Aug 2007 23:23:26 +0000 (22 16:23 -0700)
tree9330f193f13528088be1221d230291a2e542d889
parent3b9f2ae11b90e49388fad24ef3fd2a0045f952fd
r8169: avoid needless NAPI poll scheduling

Theory  : though needless, it should not have hurt.
Practice: it does not play nice with DEBUG_SHIRQ + LOCKDEP + UP
(see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=3D242572).

The patch makes sense in itself but I should dig why it has an effect
on #242572 (assuming that NAPI do not change in a near future).

Patch in mainline as 313b0305b5a1e7e0fb39383befbf79558ce68a9c.
Backported to 2.6.22-stable by Thomas M=FCller.

Signed-off-by: Thomas M=FCller <thomas@mathtm.de>
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/r8169.c