From: Jesse Brandeburg Date: Fri, 21 Mar 2008 18:06:58 +0000 (-0700) Subject: e1000: remove irq_sem X-Git-Tag: v2.6.26-rc1~1138^2~316^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9150b76a6439b60e678ccb6376ee3686a2f76767;p=pandora-kernel.git e1000: remove irq_sem irq_sem was just a hack to prevent interrupts from being enabled unexpectedly in deep call paths. Simply finding those call paths and fixing them by hand results in a driver that behaves as we expect and doesn't need the atomic at all. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed