From: Francois Romieu Date: Wed, 1 Aug 2007 22:00:48 +0000 (+0200) Subject: r8169: avoid needless NAPI poll scheduling X-Git-Tag: v2.6.23-rc3~85^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313b0305b5a1e7e0fb39383befbf79558ce68a9c;p=pandora-kernel.git 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=242572). 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). Signed-off-by: Francois Romieu Cc: Edward Hsu --- Reading git-diff-tree failed