commit | d92df42d7685445a2b6c815d9230d9699d9d400b | [log] [tgz] |
---|---|---|
author | Cédric Le Goater <clg@kaod.org> | Thu Jul 01 15:27:50 2021 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Jul 30 23:07:31 2021 +0200 |
tree | 6e7606f89b07bd844e580aedc7c992301df4aaba | |
parent | ff1176468d368232b684f75e82563369208bc371 [diff] |
genirq: Improve "hwirq" output in /proc and /sys/ The HW IRQ numbers generated by the PCI MSI layer can be quite large on a pSeries machine when running under the IBM Hypervisor and they appear as negative. Use '%lu' instead to show them correctly. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>