]> asedeno.scripts.mit.edu Git - linux.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)
commit37cdd991fac810a727cd285629d1640fcf53cd19
tree9b0811c05bce7321af14ae8a40df57bed019fce7
parent51c6ce2ae35980c755af33461c3138570ded615e
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