]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()
authorVitaly Kuznetsov <vkuznets@redhat.com>
Sat, 1 Aug 2015 23:08:05 +0000 (16:08 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 26 Feb 2016 02:28:57 +0000 (18:28 -0800)
commite5f2d42bbea4210f520ebb94df6d9b3b243c5955
tree8d2c0de37f9b2480377c4cd71c44ad67674d5368
parent8a0309a7550f3dff22f33f0a4319c8108e47128d
Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup()

We already have hv_synic_free() which frees all per-cpu pages for all
CPUs, let's remove the hv_synic_free_cpu() call from hv_synic_cleanup()
so it will be possible to do separate cleanup (writing to MSRs) and final
freeing. This is going to be used to assist kexec.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 06210b42f33ea1c29a90f4db2d88be91c511154b)

Orabug: 21886720
Signed-off-by: Jason Luo <zhangqing.luo@oracle.com>
drivers/hv/hv.c
drivers/hv/vmbus_drv.c