[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH] x86/irq: Print direct vector mappings in the 'i' debug key



>>> On 24.10.13 at 13:24, Andrew Cooper <andrew.cooper3@xxxxxxxxxx> wrote:
> @@ -2285,6 +2285,14 @@ static void dump_irqs(unsigned char key)
>          xfree(ssid);
>      }
>  
> +    printk("Direct vector information:\n");
> +    for ( i = 0; i < NR_VECTORS; ++i )
> +        if ( direct_apic_vector[i] )
> +        {
> +            printk("   %#04x -> ", i);
> +            print_function("%s()\n", (unsigned long)direct_apic_vector[i]);

Did you build test this? I can't seem to find any print_function() in
the staging tree...

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.