Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/sysmon Rename the thread command name so that it fit...



details:   https://anonhg.NetBSD.org/src/rev/b102c74cf2c0
branches:  trunk
changeset: 551463:b102c74cf2c0
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 06 23:28:30 2003 +0000

description:
Rename the thread command name so that it fits on top's display.

diffstat:

 sys/dev/sysmon/sysmon_taskq.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d2bffa6df47b -r b102c74cf2c0 sys/dev/sysmon/sysmon_taskq.c
--- a/sys/dev/sysmon/sysmon_taskq.c     Sat Sep 06 23:23:17 2003 +0000
+++ b/sys/dev/sysmon/sysmon_taskq.c     Sat Sep 06 23:28:30 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysmon_taskq.c,v 1.2 2003/07/14 15:47:28 lukem Exp $   */
+/*     $NetBSD: sysmon_taskq.c,v 1.3 2003/09/06 23:28:30 christos Exp $        */
 
 /*
  * Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon_taskq.c,v 1.2 2003/07/14 15:47:28 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_taskq.c,v 1.3 2003/09/06 23:28:30 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -142,7 +142,7 @@
        int error;
 
        error = kthread_create1(sysmon_task_queue_thread, NULL,
-           &sysmon_task_queue_proc, "sysmon taskq");
+           &sysmon_task_queue_proc, "sysmon");
        if (error) {
                printf("Unable to create sysmon task queue thread, "
                    "error = %d\n", error);



Home | Main Index | Thread Index | Old Index