]> git.baikalelectronics.ru Git - kernel.git/commit
vmbus: put related per-cpu variable together
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 12 Feb 2017 06:02:19 +0000 (23:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2017 18:20:35 +0000 (10:20 -0800)
commit189334a160ef0c766965c86d01edd3bc677340c8
tree9b0811c05bce7321af14ae8a40df57bed019fce7
parentcea662bd0cd5935155c68a2f0f638e7a8c04bcb9
vmbus: put related per-cpu variable together

The hv_context structure had several arrays which were per-cpu
and was allocating small structures (tasklet_struct). Instead use
a single per-cpu array.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/channel_mgmt.c
drivers/hv/connection.c
drivers/hv/hv.c
drivers/hv/hyperv_vmbus.h
drivers/hv/vmbus_drv.c