powerpc/xive: Do not expose a debugfs file when XIVE is disabled
authorCédric Le Goater <clg@kaod.org>
Wed, 29 Apr 2020 07:51:22 +0000 (09:51 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 28 May 2020 13:24:32 +0000 (23:24 +1000)
commit0755e85570a4615ca674ad6489d44d63916f1f3e
treedb222c055a90bd7a2c2f40e59362ee64fd590854
parenta101950fcb78b0ba20cd487be6627dea58d55c2b
powerpc/xive: Do not expose a debugfs file when XIVE is disabled

The XIVE interrupt mode can be disabled with the "xive=off" kernel
parameter, in which case there is nothing to present to the user in the
associated /sys/kernel/debug/powerpc/xive file.

Fixes: 930914b7d528 ("powerpc/xive: Add a debugfs file to dump internal XIVE state")
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200429075122.1216388-4-clg@kaod.org
arch/powerpc/sysdev/xive/common.c