x86: use 28 bits irq NR for pci msi/msix and ht
[deliverable/linux.git] / arch / x86 / kernel / irq_64.c
index 7bd841a9c6404541a1a897f91644a6afc3483c2f..348a11168c2b391f5147bd613f169b93a42446f1 100644 (file)
@@ -112,7 +112,7 @@ int show_interrupts(struct seq_file *p, void *v)
                action = desc->action;
                if (!action && !any_count)
                        goto skip;
-               seq_printf(p, "%3d: ",i);
+               seq_printf(p, "%#x: ",i);
 #ifndef CONFIG_SMP
                seq_printf(p, "%10u ", kstat_irqs(i));
 #else
This page took 0.024145 seconds and 5 git commands to generate.