Skip to content
Commit 42c12213 authored by Jason Wessel's avatar Jason Wessel
Browse files

kgdb,x86: fix warning about unused variable



When compiling without CONFIG_DEBUG_RODATA the following
compiler warning is generated:

arch/x86/kernel/kgdb.c: In function 'kgdb_arch_set_breakpoint':
arch/x86/kernel/kgdb.c:749: warning: unused variable 'opc'

The variable instantiation needs to be inside the #ifdef to
make the warning go away.

Reported-by: default avatarThiago Rafael Becker <trbecker@trbecker.org>
Signed-off-by: default avatarJason Wessel <jason.wessel@windriver.com>
parent f0a996ee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment