mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
Make kgdb_wait static.
Nothing outside gdb-stub.c uses kgdb_wait, so change it's definition to
static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
65f1f5a2c3
commit
f8bb3af924
|
|
@ -654,7 +654,7 @@ void set_async_breakpoint(unsigned long *epc)
|
|||
*epc = (unsigned long)async_breakpoint;
|
||||
}
|
||||
|
||||
void kgdb_wait(void *arg)
|
||||
static void kgdb_wait(void *arg)
|
||||
{
|
||||
unsigned flags;
|
||||
int cpu = smp_processor_id();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user