net/hyperv: Remove unnecessary kmap_atomic in netvsc driver
authorHaiyang Zhang <haiyangz@microsoft.com>
Thu, 15 Dec 2011 21:45:15 +0000 (13:45 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Jan 2012 00:13:05 +0000 (16:13 -0800)
__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>

No differences found