Subject: CVS commit: src/sys/dev/dmover
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/12/2007 14:15:55
Module Name:	src
Committed By:	he
Date:		Thu Jul 12 14:15:55 UTC 2007

Modified Files:
	src/sys/dev/dmover: swdmover.c

Log Message:
Make a minimal adaption to the new kthread_create() signature
by renaming swdmover_proc to swdmover_lwp, and pass in
&swdmover_backend as an argument to be used by the kthread.
Reviewed by ad@.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/dmover/swdmover.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.