diff options
| author | Mike Kravetz <[email protected]> | 2022-12-16 14:45:07 -0800 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-01-18 17:12:42 -0800 |
| commit | c5094ec79cbe487983e3a96548a7eb1c1c82c727 (patch) | |
| tree | 6c9893c00f6302cdb511c29f5bd7242dd5c2c30e /tools/perf/scripts/python/stackcollapse.py | |
| parent | 6a6fe9ebd571a4092b7d5c1f11e4e1e15d296fa5 (diff) | |
hugetlb: initialize variable to avoid compiler warning
With the gcc 'maybe-uninitialized' warning enabled, gcc will produce:
mm/hugetlb.c:6896:20: warning: `chg' may be used uninitialized
This is a false positive, but may be difficult for the compiler to
determine. maybe-uninitialized is disabled by default, but this gets
flagged as a 0-DAY build regression.
Initialize the variable to silence the warning.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Mike Kravetz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions