projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f1f5a
)
Make kgdb_wait static.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 3 Oct 2005 12:30:57 +0000
(13:30 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:34 +0000
(19:32 +0100)
Nothing outside gdb-stub.c uses kgdb_wait, so change it's definition to
static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/gdb-stub.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/gdb-stub.c
b/arch/mips/kernel/gdb-stub.c
index ba0afb4a649c0ee97a020d23db7a742acbdd7818..3af94207f2bc88164a6f44060276c9e6ec499363 100644
(file)
--- 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)
*epc = (unsigned long)async_breakpoint;
}
-void kgdb_wait(void *arg)
+
static
void kgdb_wait(void *arg)
{
unsigned flags;
int cpu = smp_processor_id();