lkml.org 
[lkml]   [2005]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: PREEMPT_RT and mptfusion

* Serge Noiraud <serge.noiraud@bull.net> wrote:

> > Yes it was 50-47.
> > CONFIG_X86_UP_IOAPIC is not present in my .config
> > CONFIG_PCI_MSI is set to yes.
> >
> > I'll try with CONFIG_PCI_MSI=n
> It's OK for me. good job.

good. But it would be nice to make it work with PCI_MSI=y too. Does
PCI_MSI=y work if you apply the patch below?

Ingo

--- linux/arch/i386/kernel/io_apic.c.orig
+++ linux/arch/i386/kernel/io_apic.c
@@ -2136,11 +2136,7 @@ static void end_level_ioapic_vector (uns
{
int irq = vector_to_irq(vector);

-#ifdef CONFIG_PREEMPT_HARDIRQS
- if (!(irq_desc[vector].status & (IRQ_DISABLED | IRQ_INPROGRESS)) &&
- irq_desc[vector].action)
-#endif
- end_level_ioapic_irq(irq);
+ end_level_ioapic_irq(irq);
}

static void enable_level_ioapic_vector(unsigned int vector)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-07-06 21:55    [W:0.077 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site