Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 192491 Details for
Bug 245247
Intel quad-core network IRQ blocked by another device w/ 3com 3c59x on RT kernel
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch 2 / 3 - genirq-suppress-resend-of-level-interrupts
genirq-suppress-resend-of-level-interrupts.patch (text/x-patch), 1.01 KB, created by
Luis Claudio R. Goncalves
on 2007-09-11 13:30:21 UTC
(
hide
)
Description:
patch 2 / 3 - genirq-suppress-resend-of-level-interrupts
Filename:
MIME Type:
Creator:
Luis Claudio R. Goncalves
Created:
2007-09-11 13:30:21 UTC
Size:
1.01 KB
patch
obsolete
> >Level type interrupts are resent by the interrupt hardware when >they are still active at irq_enable(). > >Suppress the resend mechanism for interrupts marked as level. > >Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > >--- > kernel/irq/resend.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >Index: linux-2.6/kernel/irq/resend.c >=================================================================== >--- linux-2.6.orig/kernel/irq/resend.c 2007-08-12 17:18:04.000000000 +0200 >+++ linux-2.6/kernel/irq/resend.c 2007-08-12 17:18:04.000000000 +0200 >@@ -62,7 +62,12 @@ void check_irq_resend(struct irq_desc *d > */ > desc->chip->enable(irq); > >- if ((status & (IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) { >+ /* >+ * We do not resend level type interrupts. Level type >+ * interrupts are resent by hardware when they are still >+ * active. >+ */ >+ if ((status & (IRQ_LEVEL | IRQ_PENDING | IRQ_REPLAY)) == IRQ_PENDING) { > desc->status = (status & ~IRQ_PENDING) | IRQ_REPLAY; > > if (!desc->chip || !desc->chip->retrigger ||
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 245247
:
157571
|
192481
| 192491 |
192501
|
192701