Source-Changes-HG archive

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

[src/chs-ubc2]: src/sys/kern Update a kthread call.



details:   https://anonhg.NetBSD.org/src/rev/d5738facfef5
branches:  chs-ubc2
changeset: 471445:d5738facfef5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 02 23:26:39 1999 +0000

description:
Update a kthread call.

diffstat:

 sys/kern/init_main.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1ebfb36342f3 -r d5738facfef5 sys/kern/init_main.c
--- a/sys/kern/init_main.c      Mon Aug 02 22:55:59 1999 +0000
+++ b/sys/kern/init_main.c      Mon Aug 02 23:26:39 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init_main.c,v 1.145.4.3 1999/08/02 22:19:11 thorpej Exp $      */
+/*     $NetBSD: init_main.c,v 1.145.4.4 1999/08/02 23:26:39 thorpej Exp $      */
 
 /*
  * Copyright (c) 1995 Christopher G. Demetriou.  All rights reserved.
@@ -421,7 +421,7 @@
                panic("fork reaper");
 
        /* Create process 4, the aiodone daemon kernel thread. */
-       if (kthread_create(start_aiodoned, NULL, NULL, "aiodoned"))
+       if (kthread_create1(start_aiodoned, NULL, NULL, "aiodoned"))
                panic("fork aiodoned");
 
        /* Create any other deferred kernel threads. */



Home | Main Index | Thread Index | Old Index