x86/paravirt: Make struct paravirt_call_site unconditionally available
authorThomas Gleixner <tglx@linutronix.de>
Thu, 15 Sep 2022 11:11:22 +0000 (13:11 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Oct 2022 14:41:12 +0000 (16:41 +0200)
commit239f2e248ef12840178a3ed1a217f19b5fbfde26
tree83b100448549d4aad54e987cdd16f60fa4737767
parentc22cf380c79c4bb0e502b0343f57271b17626424
x86/paravirt: Make struct paravirt_call_site unconditionally available

For the upcoming call thunk patching it's less ifdeffery when the data
structure is unconditionally available. The code can then be trivially
fenced off with IS_ENABLED().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220915111147.367853167@infradead.org
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h