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>
Showing
- drivers/hv/channel_mgmt.c 22 additions, 13 deletionsdrivers/hv/channel_mgmt.c
- drivers/hv/connection.c 9 additions, 11 deletionsdrivers/hv/connection.c
- drivers/hv/hv.c 57 additions, 73 deletionsdrivers/hv/hv.c
- drivers/hv/hyperv_vmbus.h 31 additions, 22 deletionsdrivers/hv/hyperv_vmbus.h
- drivers/hv/vmbus_drv.c 24 additions, 15 deletionsdrivers/hv/vmbus_drv.c
Loading
Please register or sign in to comment