diff options
author | Ingo Molnar <[email protected]> | 2009-06-15 16:15:19 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-06-15 16:18:02 +0200 |
commit | e2eae0f5605b90a0838608043c21050b08b6dd95 (patch) | |
tree | 70d5ee6e6e6f8d97cd26e99ca47a274d72baf339 /net/lapb/lapb_out.c | |
parent | 9974458e2f9a11dbd2f4bd14fab5a79af4907b41 (diff) |
perf report: Fix 32-bit printf format
Yong Wang reported the following compiler warning:
builtin-report.c: In function 'process_overflow_event':
builtin-report.c:984: error: cast to pointer from integer of different size
Which happens because we try to print ->ips[] out with a limited
format, losing the high 32 bits. Print it out using %016Lx instead.
Reported-by: Yong Wang <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions