Commit f8bb3af9 authored by Ralf Baechle's avatar Ralf Baechle

Make kgdb_wait static.

    
Nothing outside gdb-stub.c uses kgdb_wait, so change it's definition to
static.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 65f1f5a2
...@@ -654,7 +654,7 @@ void set_async_breakpoint(unsigned long *epc) ...@@ -654,7 +654,7 @@ void set_async_breakpoint(unsigned long *epc)
*epc = (unsigned long)async_breakpoint; *epc = (unsigned long)async_breakpoint;
} }
void kgdb_wait(void *arg) static void kgdb_wait(void *arg)
{ {
unsigned flags; unsigned flags;
int cpu = smp_processor_id(); int cpu = smp_processor_id();
......
Markdown is supported
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