diff options
author | 2011-01-07 13:36:58 -0500 | |
---|---|---|
committer | 2011-01-07 23:36:59 -0500 | |
commit | 2d75af2f2a7a6103a6d539a492fe81deacabde44 (patch) | |
tree | 283f6f7acc28936e25656502e77e10909fde7d6f /security/keys/proc.c | |
parent | tracing: Fix TRACE_EVENT power tracepoint creation (diff) | |
download | wireguard-linux-2d75af2f2a7a6103a6d539a492fe81deacabde44.tar.xz wireguard-linux-2d75af2f2a7a6103a6d539a492fe81deacabde44.zip |
dynamic debug: Fix build issue with older gcc
On older gcc (3.3) dynamic debug fails to compile:
include/net/inet_connection_sock.h: In function `inet_csk_reset_xmit_timer':
include/net/inet_connection_sock.h:236: error: duplicate label declaration `do_printk'
include/net/inet_connection_sock.h:219: error: this is a previous declaration
include/net/inet_connection_sock.h:236: error: duplicate label declaration `out'
include/net/inet_connection_sock.h:219: error: this is a previous declaration
include/net/inet_connection_sock.h:236: error: duplicate label `do_printk'
include/net/inet_connection_sock.h:236: error: duplicate label `out'
Fix, by reverting the usage of JUMP_LABEL() in dynamic debug for now.
Cc: <stable@kernel.org>
Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Tested-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'security/keys/proc.c')
0 files changed, 0 insertions, 0 deletions