aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mpi/mpi-scan.c
diff options
context:
space:
mode:
authorAndrew Donnellan <[email protected]>2025-11-05 03:40:32 +0000
committerThomas Gleixner <[email protected]>2025-11-13 15:27:56 +0000
commitebd4469e7af61019daaf904fdcba07a9ecd18440 (patch)
tree598fff71bfbc4289be01ead7bd8e628fbd217da9 /lib/mpi/mpi-scan.c
parentLinux 6.18-rc5 (diff)
downloadkernel-ebd4469e7af61019daaf904fdcba07a9ecd18440.tar.gz
kernel-ebd4469e7af61019daaf904fdcba07a9ecd18440.zip
entry: Fix ifndef around arch_xfer_to_guest_mode_handle_work() stub
The stub implementation of arch_xfer_to_guest_mode_handle_work() is guarded by an #ifndef that incorrectly checks for the name arch_xfer_to_guest_mode_work instead. It seems the function was renamed to add "_handle" as a late change to the original patch, and the #ifndef wasn't updated to go with it. Change the #ifndef to match the name of the function. No users right now, so no need to update any architecture code. Fixes: 935ace2fb5cc4 ("entry: Provide infrastructure for work before transitioning to guest mode") Signed-off-by: Andrew Donnellan <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://patch.msgid.link/[email protected]
Diffstat (limited to 'lib/mpi/mpi-scan.c')
0 files changed, 0 insertions, 0 deletions