Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2008 03:20:05 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 142866 for review
Message-ID:  <200806040320.m543K5aH080169@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=142866

Change 142866 by jb@freebsd3 on 2008/06/04 03:19:08

	Fix thread definitions to suit 6.

Affected files ...

.. //depot/projects/dtrace6/src/sys/cddl/compat/opensolaris/sys/proc.h#2 edit

Differences ...

==== //depot/projects/dtrace6/src/sys/cddl/compat/opensolaris/sys/proc.h#2 (text+ko) ====

@@ -75,7 +75,7 @@
 	ASSERT(len == 0);
 	ASSERT(state == TS_RUN);
 
-	error = kproc_create(proc, arg, &p, 0, ZFS_KSTACK_PAGES,
+	error = kthread_create(proc, arg, &p, 0, ZFS_KSTACK_PAGES,
 	    "solthread %p", proc);
 	return (error == 0 ? FIRST_THREAD_IN_PROC(p) : NULL);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806040320.m543K5aH080169>