diff options
| author | Russell Currey <[email protected]> | 2022-10-24 15:13:46 +1100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2022-11-24 23:31:49 +1100 |
| commit | f668027521561d1071ccf54500c82a58a1918b2b (patch) | |
| tree | 874ec7387a93ef789925763b3dbd5aa8b6385b31 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | ad8284ead833379fc57d90e50dbae1352b116c2b (diff) | |
powerpc/8xx: Fix warning in hw_breakpoint_handler()
In hw_breakpoint_handler(), ea is set by wp_get_instr_detail() except
for 8xx, leading the variable to be passed uninitialised to
wp_check_constraints(). This is safe as wp_check_constraints() returns
early without using ea, so just set it to make the compiler happy.
Signed-off-by: Russell Currey <[email protected]>
Reviewed-by: Christophe Leroy <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions