summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_scalable.c
diff options
context:
space:
mode:
authorDeepak Kumar <dkumar@codeaurora.org>2017-05-23 13:13:35 +0530
committerDeepak Kumar <dkumar@codeaurora.org>2017-05-26 12:55:07 +0530
commit7490d55401dde0c69815ed9aeadd1fa36a1df7e2 (patch)
tree48c5d5d66335d246bd39f047b03c8a5411d83cc6 /net/ipv4/tcp_scalable.c
parent5404e35069576a8cd8203065f60975e34a5f727b (diff)
msm: kgsl: Use per page cache operation instead of bulk cache operation
For any cache operation, the current code tries to map all pages to the kernel using vmap in case sg table is not available and then performs the requested cache operation. If vmap fails because of memory crunch ioctl just returns failure. This change avoids using vmap and performs per page cache operation even when sg table is not available. This is done to avoid failures because of vmap especially on 32 bit systems. Change-Id: I123b46e6a55a62cbf934ab6a2a49dcd1f0d4c7d4 Signed-off-by: Deepak Kumar <dkumar@codeaurora.org>
Diffstat (limited to 'net/ipv4/tcp_scalable.c')
0 files changed, 0 insertions, 0 deletions