summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>2022-10-01 01:33:24 +0300
committerTony Nguyen <anthony.l.nguyen@intel.com>2022-11-02 21:09:13 +0300
commitab400b0dd4ec186e483abc667358b4135ab94f1a (patch)
tree6df8b42b4b7b696c0be379f28a4cb36c61eeaa24 /samples
parent7bab8828e1ec33e579a664c4262053e16e9cc936 (diff)
downloadlinux-ab400b0dd4ec186e483abc667358b4135ab94f1a.tar.xz
e1000e: Remove unnecessary use of kmap_atomic()
alloc_rx_buf() allocates ps_page->page and buffer_info->page using either GFP_ATOMIC or GFP_KERNEL. Memory allocated with GFP_KERNEL/GFP_ATOMIC can't come from highmem and so there's no need to kmap() them. Just use page_address(). I don't have access to a 32-bit system so did some limited testing on qemu (qemu-system-i386 -m 4096 -smp 4 -device e1000e) with a 32-bit Debian 11.04 image. Cc: Ira Weiny <ira.weiny@intel.com> Cc: Fabio M. De Francesco <fmdefrancesco@gmail.com> Cc: Jesse Brandeburg <jesse.brandeburg@intel.com> Cc: Tony Nguyen <anthony.l.nguyen@intel.com> Suggested-by: Ira Weiny <ira.weiny@intel.com> Suggested-by: Fabio M. De Francesco <fmdefrancesco@gmail.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Naama Meir <naamax.meir@linux.intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions