diff options
author | Pintu Kumar <[email protected]> | 2024-10-01 23:23:58 +0530 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-11-07 14:38:07 -0800 |
commit | 91d0ec834786a4c9e1e0c55f0fffc8c82cd66cd7 (patch) | |
tree | 52c5eacaf88c30d515647f86579087aed93d1517 /tools/perf/scripts/python/futex-contention.py | |
parent | b7fc16a16b0850e41b88eae0edfa4c085c012347 (diff) |
zsmalloc: replace kmap_atomic with kmap_local_page
The use of kmap_atomic/kunmap_atomic is deprecated. Replace it will
kmap_local_page/kunmap_local all over the place. Also fix SPDX missing
license header.
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
WARNING: Deprecated use of 'kmap_atomic', prefer 'kmap_local_page' instead
+ vaddr = kmap_atomic(page);
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Pintu Kumar <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Pintu Agarwal <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions