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 192481 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]
patch 1 / 3 - genirq-cleanup-mismerge-artifact
genirq-cleanup-mismerge-artifact.patch (text/plain), 1.07 KB, created by
Luis Claudio R. Goncalves
on 2007-09-11 13:29:38 UTC
(
hide
)
Description:
patch 1 / 3 - genirq-cleanup-mismerge-artifact
Filename:
MIME Type:
Creator:
Luis Claudio R. Goncalves
Created:
2007-09-11 13:29:38 UTC
Size:
1.07 KB
patch
obsolete
> >commit 5a43a066b11ac2fe84cf67307f20b83bea390f83 >genirq: Allow fasteoi handler to retrigger disabled interrupts > >was erroneously applied to handle_level_irq(). This adds the irq >retrigger / resend functionality to the level irq handler. > >Revert the offending bits. > >Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > >--- > kernel/irq/chip.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > >Index: linux-2.6/kernel/irq/chip.c >=================================================================== >--- linux-2.6.orig/kernel/irq/chip.c 2007-08-12 17:18:04.000000000 +0200 >+++ linux-2.6/kernel/irq/chip.c 2007-08-12 17:18:04.000000000 +0200 >@@ -352,13 +352,10 @@ handle_level_irq(unsigned int irq, struc > * keep it masked and get out of here > */ > action = desc->action; >- if (unlikely(!action || (desc->status & IRQ_DISABLED))) { >- desc->status |= IRQ_PENDING; >+ if (unlikely(!action || (desc->status & IRQ_DISABLED))) > goto out_unlock; >- } > > desc->status |= IRQ_INPROGRESS; >- desc->status &= ~IRQ_PENDING; > spin_unlock(&desc->lock); > > action_ret = handle_IRQ_event(irq, action);
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245247
:
157571
| 192481 |
192491
|
192501
|
192701