diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-03 08:30:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:34 -0400 |
commit | f8bb3af924211b0e6ee66dc0d3bcb4a66ba59af4 (patch) | |
tree | 8f8fe1953febe3fcc696a309d25a97cf68042003 /arch/mips/kernel/gdb-stub.c | |
parent | 65f1f5a2c3cdb0570806fe4e5512945673dfa199 (diff) |
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>
Diffstat (limited to 'arch/mips/kernel/gdb-stub.c')
-rw-r--r-- | arch/mips/kernel/gdb-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/gdb-stub.c b/arch/mips/kernel/gdb-stub.c index ba0afb4a649c..3af94207f2bc 100644 --- a/arch/mips/kernel/gdb-stub.c +++ b/arch/mips/kernel/gdb-stub.c | |||
@@ -654,7 +654,7 @@ void set_async_breakpoint(unsigned long *epc) | |||
654 | *epc = (unsigned long)async_breakpoint; | 654 | *epc = (unsigned long)async_breakpoint; |
655 | } | 655 | } |
656 | 656 | ||
657 | void kgdb_wait(void *arg) | 657 | static void kgdb_wait(void *arg) |
658 | { | 658 | { |
659 | unsigned flags; | 659 | unsigned flags; |
660 | int cpu = smp_processor_id(); | 660 | int cpu = smp_processor_id(); |