]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drivers/hv: introduce vmbus_channel_set_cpu()
authorHamza Mahfooz <hamzamahfooz@linux.microsoft.com>
Fri, 17 Jan 2025 20:33:07 +0000 (15:33 -0500)
committerWei Liu <wei.liu@kernel.org>
Thu, 13 Feb 2025 23:43:57 +0000 (23:43 +0000)
commit5e4304ff8cd9330690de73df7d047014dce191bd
tree6638cc6ff74b93e39a0a8deac7e7c1bcb5f24308
parent7c0db8a4f59d84554a9edc7409bec2ef59063439
drivers/hv: introduce vmbus_channel_set_cpu()

The core functionality in target_cpu_store() is also needed in a
subsequent patch for automatically changing the CPU when taking
a CPU offline. As such, factor out the body of target_cpu_store()
into new function vmbus_channel_set_cpu() that can also be used
elsewhere.

No functional change is intended.

Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Michael Kelley <mhklinux@outlook.com>
Cc: Wei Liu <wei.liu@kernel.org>
Signed-off-by: Hamza Mahfooz <hamzamahfooz@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Tested-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/20250117203309.192072-2-hamzamahfooz@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250117203309.192072-2-hamzamahfooz@linux.microsoft.com>
drivers/hv/vmbus_drv.c
include/linux/hyperv.h