commit | 2a4e7a085fb44369c450c92cf8bd53b91f874a57 | [log] [tgz] |
---|---|---|
author | Mike Ditto <mditto@google.com> | Sat Nov 05 14:38:21 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 07 13:31:24 2011 -0500 |
tree | c96dd683da76b9698281521d249a11ece0ad59ea | |
parent | f9c4082df59e43c6667db197a4fb3eb3286f3fc1 [diff] |
forcedeth: Acknowledge only interrupts that are being processed This is to avoid a race, accidentally acknowledging an interrupt that we didn't notice and won't immediately process. This is based solely on code inspection; it is not known if there was an actual bug here. Signed-off-by: David Decotigny <david.decotigny@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>