summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kgdb.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2009-12-11 14:43:15 (GMT)
committerJason Wessel <jason.wessel@windriver.com>2009-12-11 14:43:15 (GMT)
commit59d309f9c8ef0bd01bf93cc0e758f1d810417bdb (patch)
tree7f6fd4135a6761350c5332db908122f1de180ad4 /arch/x86/kernel/kgdb.c
parentb4f1b67be99d6eda8f2f252460905858ace871ef (diff)
downloadlinux-fsl-qoriq-59d309f9c8ef0bd01bf93cc0e758f1d810417bdb.tar.xz
kgdb: Replace strstr() by strchr() for single-character needles
Some versions of gcc replace calls to strstr() with single-character "needle" string parameters by calls to strchr() behind our back. This causes linking errors if strchr() is defined as an inline function in <asm/string.h> (e.g. on m68k, which BTW doesn't have kgdb support). Prevent this by explicitly calling strchr() instead. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'arch/x86/kernel/kgdb.c')
0 files changed, 0 insertions, 0 deletions