diff options
| author | Thorsten Blum <[email protected]> | 2024-02-28 23:49:12 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-03-06 13:04:18 -0800 |
| commit | 72741db6836b4fc3c810e33a53f7cb9cf2cd48a7 (patch) | |
| tree | dcf9d8f372934e78311422314d3ff7959d01a5ff /tools/perf/scripts/python | |
| parent | f1cce6f7fa302e2ea996de33eeeeb3a70d93a3e7 (diff) | |
mm: page_alloc: use div64_ul() instead of do_div()
Fixes Coccinelle/coccicheck warning reported by do_div.cocci.
Compared to do_div(), div64_ul() does not implicitly cast the divisor and
does not unnecessarily calculate the remainder.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Thorsten Blum <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions