| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Make kernel_thread_helper() static |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Mon, 19 Feb 2007 00:54:27 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c
index 9704c21..a669089 100644
--- a/arch/mips/kernel/process.c
+++ b/arch/mips/kernel/process.c
@@ -213,7 +213,7 @@ int dump_task_fpu (struct task_struct *t
/*
* 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));
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Make __declare_dbe_table() static, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH] Make kernel_thread_helper() static, Ralf Baechle |
| Previous by Thread: | [PATCH] Make __declare_dbe_table() static, Atsushi Nemoto |
| Next by Thread: | Re: [PATCH] Make kernel_thread_helper() static, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |