]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cris/kgdb: Use #ifdef PROCESS_SUPPORT where needed
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 11 Feb 2013 19:43:18 +0000 (20:43 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 27 May 2013 17:32:40 +0000 (19:32 +0200)
commit8e72667b792634602baf42c2659bec3b155e6732
treeff2511b0ba528e4422ff0a41a5367513548d0b8c
parent2f40c5d4b473b8a90abafea03939ace1b263d244
cris/kgdb: Use #ifdef PROCESS_SUPPORT where needed

arch/cris/arch-v10/kernel/kgdb.c:354:12: warning: 'current_thread_c' defined but not used [-Wunused-variable]
arch/cris/arch-v10/kernel/kgdb.c:355:12: warning: 'current_thread_g' defined but not used [-Wunused-variable]
arch/cris/arch-v10/kernel/kgdb.c:359:18: warning: 'reg_g' defined but not used [-Wunused-variable]
arch/cris/arch-v10/kernel/kgdb.c:622:1: warning: 'copy_registers' defined but not used [-Wunused-function]

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/cris/arch-v10/kernel/kgdb.c