]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xive: Export XIVE IPI information for online-only processors.
authorSachin Sant <sachinp@linux.ibm.com>
Thu, 6 Jan 2022 11:03:53 +0000 (16:33 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 31 Jan 2022 02:45:23 +0000 (13:45 +1100)
commit709f88116038cef652788ef242afad91a54efc36
tree66e33d78467fcd94f7e49d4c7be29cba05124cab
parent2c38746ca2402e938b028d171c771f4caa588787
powerpc/xive: Export XIVE IPI information for online-only processors.

Cédric pointed out that XIVE IPI information exported via sysfs
(debug/powerpc/xive) display empty lines for processors which are
not online.

Switch to using for_each_online_cpu() so that information is
displayed for online-only processors.

Reported-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Sachin Sant <sachinp@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/164146703333.19039.10920919226094771665.sendpatchset@MacBook-Pro.local
arch/powerpc/sysdev/xive/common.c