mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 19:31:09 +07: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