mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
Merge tag 'core-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull core fix from Ingo Molnar: "Fix a broken #ifndef in the <linux/entry-virt.h> header. It hasn't caused problems upstream yet because no arch overrides arch_xfer_to_guest_mode_handle_work() at this moment" * tag 'core-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: entry: Fix ifndef around arch_xfer_to_guest_mode_handle_work() stub
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
static inline int arch_xfer_to_guest_mode_handle_work(unsigned long ti_work);
|
static inline int arch_xfer_to_guest_mode_handle_work(unsigned long ti_work);
|
||||||
|
|
||||||
#ifndef arch_xfer_to_guest_mode_work
|
#ifndef arch_xfer_to_guest_mode_handle_work
|
||||||
static inline int arch_xfer_to_guest_mode_handle_work(unsigned long ti_work)
|
static inline int arch_xfer_to_guest_mode_handle_work(unsigned long ti_work)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user