[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176838720139.510.12931938401438004953.tip-bot2@tip-bot2>
Date: Wed, 14 Jan 2026 10:40:01 -0000
From: "tip-bot2 for Juergen Gross" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Juergen Gross <jgross@...e.com>, "Borislav Petkov (AMD)" <bp@...en8.de>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: x86/paravirt] x86/paravirt: Allow pv-calls outside paravirt.h
The following commit has been merged into the x86/paravirt branch of tip:
Commit-ID: 560db12560d4d0fb24ee0c32dc32975e18a88ed4
Gitweb: https://git.kernel.org/tip/560db12560d4d0fb24ee0c32dc32975e18a88ed4
Author: Juergen Gross <jgross@...e.com>
AuthorDate: Mon, 05 Jan 2026 12:05:18 +01:00
Committer: Borislav Petkov (AMD) <bp@...en8.de>
CommitterDate: Tue, 13 Jan 2026 13:50:26 +01:00
x86/paravirt: Allow pv-calls outside paravirt.h
In order to prepare for defining paravirt functions outside of paravirt.h,
don't #undef the paravirt call macros.
Signed-off-by: Juergen Gross <jgross@...e.com>
Signed-off-by: Borislav Petkov (AMD) <bp@...en8.de>
Link: https://patch.msgid.link/20260105110520.21356-20-jgross@suse.com
---
arch/x86/include/asm/paravirt.h | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h
index 62399f5..ba6b14b 100644
--- a/arch/x86/include/asm/paravirt.h
+++ b/arch/x86/include/asm/paravirt.h
@@ -588,22 +588,6 @@ static __always_inline unsigned long arch_local_irq_save(void)
}
#endif
-
-/* Make sure as little as possible of this mess escapes. */
-#undef PARAVIRT_CALL
-#undef __PVOP_CALL
-#undef __PVOP_VCALL
-#undef PVOP_VCALL0
-#undef PVOP_CALL0
-#undef PVOP_VCALL1
-#undef PVOP_CALL1
-#undef PVOP_VCALL2
-#undef PVOP_CALL2
-#undef PVOP_VCALL3
-#undef PVOP_CALL3
-#undef PVOP_VCALL4
-#undef PVOP_CALL4
-
void native_pv_lock_init(void) __init;
#else /* __ASSEMBLER__ */
Powered by blists - more mailing lists