From: Jesse Brandeburg Date: Thu, 18 Jan 2007 17:25:21 +0000 (-0800) Subject: e1000: Fix MSI only interrupt handler routine X-Git-Tag: v2.6.21-rc1~92^2~31^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fc8f0c43d388d76ebbb5650b20f4ce4420a5ad;p=pandora-kernel.git e1000: Fix MSI only interrupt handler routine Unfortunately the read-free MSI interrupt handler needs to flush write the icr register and thus we can't be read-free. Our MSI irq routine thus becomes a lot more simpler since we don't need to track link state anymore. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok --- Reading git-diff-tree failed