powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flag
authorCédric Le Goater <clg@kaod.org>
Thu, 10 Dec 2020 17:14:39 +0000 (18:14 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Dec 2020 22:34:07 +0000 (09:34 +1100)
commit4f1c3f7b08187e6b97701c7fb2dc6f3749566c62
tree424040cc547a8bb03f288dcf609601bb0dffb1d9
parent98983675008ab3ae9b37fc7a4bfa083998079215
powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flag

This is a simple cleanup to identify easily all flags of the XIVE
interrupt structure. The interrupts flagged with XIVE_IRQ_FLAG_NO_EOI
are the escalations used to wake up vCPUs in KVM. They are handled
very differently from the rest.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201210171450.1933725-3-clg@kaod.org
arch/powerpc/include/asm/xive.h
arch/powerpc/kvm/book3s_xive.c
arch/powerpc/sysdev/xive/common.c