linux/drivers/net/hyperv
Haiyang Zhang 453263421f net/hyperv: Remove unnecessary kmap_atomic in netvsc driver
__get_free_pages() doesn't return HI memory, so the memory is always mapped.
kmap_atomic() is not necessary here. This patch removes the kmap_atomic()
calls and related code for locking and page manipulation.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2012-01-04 16:13:05 -08:00
..
Kconfig
Makefile
hyperv_net.h net/hyperv: Remove unnecessary kmap_atomic in netvsc driver 2012-01-04 16:13:05 -08:00
netvsc.c net/hyperv: Remove unnecessary kmap_atomic in netvsc driver 2012-01-04 16:13:05 -08:00
netvsc_drv.c net/hyperv: Remove unnecessary kmap_atomic in netvsc driver 2012-01-04 16:13:05 -08:00
rndis_filter.c net/hyperv: Remove unnecessary kmap_atomic in netvsc driver 2012-01-04 16:13:05 -08:00