diff options
author | Darren Hart <[email protected]> | 2010-11-04 15:00:00 -0400 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2010-11-10 13:27:50 +0100 |
commit | 4c115e951d80aff126468adaec7a6c7854f61ab8 (patch) | |
tree | 9f808df3fe056c317d37b53d3640982c9bc593cc /tools/perf/util/trace-event-scripting.c | |
parent | 814ce2521121c2459e16cea8c7221e157edbeddd (diff) |
futex: Address compiler warnings in exit_robust_list
Since commit 1dcc41bb (futex: Change 3rd arg of fetch_robust_entry()
to unsigned int*) some gcc versions decided to emit the following
warning:
kernel/futex.c: In function ‘exit_robust_list’:
kernel/futex.c:2492: warning: ‘next_pi’ may be used uninitialized in this function
The commit did not introduce the warning as gcc should have warned
before that commit as well. It's just gcc being silly.
The code path really can't result in next_pi being unitialized (or
should not), but let's keep the build clean. Annotate next_pi as an
uninitialized_var.
[ tglx: Addressed the same issue in futex_compat.c and massaged the
changelog ]
Signed-off-by: Darren Hart <[email protected]>
Tested-by: Matt Fleming <[email protected]>
Tested-by: Uwe Kleine-König <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: John Kacur <[email protected]>
Cc: Ingo Molnar <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions