git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3cea4
)
e1000: Fix MSI only interrupt handler routine
author
Jesse Brandeburg
<jesse.brandeburg@intel.com>
Thu, 18 Jan 2007 17:25:21 +0000
(09:25 -0800)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 5 Feb 2007 21:58:41 +0000
(16:58 -0500)
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 <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
No differences found