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:
b6dcec9
)
[MIPS] Make kernel_thread_helper() static
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Sun, 18 Feb 2007 15:54:27 +0000
(
00:54
+0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 18 Feb 2007 21:31:36 +0000
(21:31 +0000)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/process.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/process.c
b/arch/mips/kernel/process.c
index 9704c21607a273a3847a186dee69bea9f7270b3e..a669089e46724c98a924825bde927dd2eca3f02d 100644
(file)
--- a/
arch/mips/kernel/process.c
+++ b/
arch/mips/kernel/process.c
@@
-213,7
+213,7
@@
int dump_task_fpu (struct task_struct *t, elf_fpregset_t *fpr)
/*
* Create a kernel thread
*/
-ATTRIB_NORET void kernel_thread_helper(void *arg, int (*fn)(void *))
+
static
ATTRIB_NORET void kernel_thread_helper(void *arg, int (*fn)(void *))
{
do_exit(fn(arg));
}