From: Jesse Brandeburg Date: Thu, 2 Oct 2008 23:33:25 +0000 (-0700) Subject: e1000e: do not ever sleep in interrupt context X-Git-Tag: v2.6.27-rc9~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f88ff5a5abc2ce9f7d7d2694178b2c617d713a;p=pandora-kernel.git e1000e: do not ever sleep in interrupt context e1000e was apparently calling two functions that attempted to reserve the SWFLAG bit for exclusive (to hardware and firmware) access to the PHY and NVM (aka eeprom). These accesses could possibly call msleep to wait for the resource which is not allowed from interrupt context. Signed-off-by: Jesse Brandeburg Acked-by: Thomas Gleixner Tested-by: Thomas Gleixner Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed