Messages in this thread Patch in this message |  | | Subject | [PATCH] make my life easier ... | Date | Wed, 25 Oct 2000 16:15:19 +1100 | From | Stephen Rothwell <> |
| |
Hi Linus,
In the hope of stopping complaints like "kapmd is using up all the CPU time on my machine" can you please apply this patch.
Cheers, Stephen -- Stephen Rothwell, Open Source Researcher, Linuxcare, Inc. +61-2-62628990 tel, +61-2-62628991 fax sfr@linuxcare.com, http://www.linuxcare.com/ Linuxcare. Support for the revolution.
diff -ruN 2.4.0-test9/arch/i386/kernel/apm.c 2.4.0-test9-APM/arch/i386/kernel/apm.c --- 2.4.0-test9/arch/i386/kernel/apm.c Wed Oct 4 10:36:17 2000 +++ 2.4.0-test9-APM/arch/i386/kernel/apm.c Wed Oct 25 15:09:10 2000 @@ -1426,8 +1426,8 @@ current->files = init_task.files; atomic_inc(¤t->files->count); daemonize(); - strcpy(current->comm, "kapmd"); + strcpy(current->comm, "kapm-idled"); sigfillset(¤t->blocked); current->tty = NULL; /* get rid of controlling tty */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |