diff options
author | Omer Shpigelman <oshpigelman@habana.ai> | 2019-03-07 15:47:19 +0200 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2019-03-07 15:47:19 +0200 |
commit | 4eb1d1253ddd95e985c57fc99e9de6802dd2d867 (patch) | |
tree | 0581e05df1e0e33c9816290f2d56f6708c972df7 /net/caif | |
parent | bfb1ce1259ca201b50aa4ab5ec7e19266ef46896 (diff) |
habanalabs: fix bug when mapping very large memory area
This patch fixes a bug of allocating a too big memory size with kmalloc,
which causes a failure.
In case of mapping a large memory block, an array of the relevant physical
page addresses is allocated. If there are many pages the array might be
too big to allocate with kmalloc, hence changing to kvmalloc.
Signed-off-by: Omer Shpigelman <oshpigelman@habana.ai>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'net/caif')
0 files changed, 0 insertions, 0 deletions