commit | 453263421f88b4a7e508c2e7b639c97e99c5b118 | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Thu Dec 15 13:45:15 2011 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 16:13:05 2012 -0800 |
tree | b38aaaccac96fda0b3b6e25c05b0bbbbe7a84567 | |
parent | 3b148be0df8e45a0259d7e84001cf02e897af614 [diff] |
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>