On Fri, 2007-04-27 at 16:28 +0200, M. Koehrer wrote:
> Hello Philippe,
> 
> here it is: (I have no idea what BUGON does...)
> 

This patch will print out the irq/vector mappings. I'm interested in
reading this output.

--- arch/i386/kernel/io_apic.c~ 2007-02-26 10:31:39.000000000 +0100
+++ arch/i386/kernel/io_apic.c  2007-04-27 16:51:51.000000000 +0200
@@ -1259,6 +1259,7 @@
        current_vector = vector;
        current_offset = offset;
        irq_vector[irq] = vector;
+       printk("IRQ %d vectored at #%2x\n", irq, vector);
 
        return vector;
 }

-- 
Philippe.



_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to