RE: [PATCH v5 1/2] drivers/hv: introduce vmbus_channel_set_cpu()

2025-01-16 Thread Michael Kelley
From: Hamza Mahfooz Sent: Thursday, January 16, 2025 3:07 PM > > 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_channe

[PATCH v5 1/2] drivers/hv: introduce vmbus_channel_set_cpu()

2025-01-16 Thread Hamza Mahfooz
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 inte