diff options
| author | Rikard Falkeborn <[email protected]> | 2021-11-05 13:41:01 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-11-06 13:30:38 -0700 |
| commit | ba9eb3cef9e699e259f9ceefdbcd3ee83d3529e2 (patch) | |
| tree | e2906912cd79e32b174963a2eab5e9852fc790c2 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 477d01fce8dacb41cae9363136ea56812e8baa59 (diff) | |
mm/memory_failure: constify static mm_walk_ops
The only usage of hwp_walk_ops is to pass its address to
walk_page_range() which takes a pointer to const mm_walk_ops as
argument.
Make it const to allow the compiler to put it in read-only memory.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Rikard Falkeborn <[email protected]>
Acked-by: Naoya Horiguchi <[email protected]>
Reviewed-by: Anshuman Khandual <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions