x86: use 28 bits irq NR for pci msi/msix and ht
[deliverable/linux.git] / fs / proc / proc_misc.c
index 72dd739a7f8acdecf647d0df97a5c1aaca8eb7e0..d68c3592fe4adf02e383dd14f462451abbae6e65 100644 (file)
@@ -589,7 +589,7 @@ static int show_stat(struct seq_file *p, void *v)
                }
 
 #ifdef CONFIG_HAVE_SPARSE_IRQ
-               seq_printf(p, " %u:%u", j, per_irq_sum);
+               seq_printf(p, " %#x:%u", j, per_irq_sum);
 #else
                seq_printf(p, " %u", per_irq_sum);
 #endif
This page took 0.02356 seconds and 5 git commands to generate.