diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2007-10-20 23:23:23 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2007-10-20 23:23:23 +0000 |
| commit | 3745c395ecae17ef47be82433463d561629220b0 (patch) | |
| tree | 705ce8283c36af96cf048c799a9c02ee91af62db /sys/dev/ofw | |
| parent | 2b3e7485f683cae86e5b9c773bbaabf920746f0e (diff) | |
Notes
Diffstat (limited to 'sys/dev/ofw')
| -rw-r--r-- | sys/dev/ofw/ofw_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofw_disk.c b/sys/dev/ofw/ofw_disk.c index 130c869fe46d..d20cbc3211a6 100644 --- a/sys/dev/ofw/ofw_disk.c +++ b/sys/dev/ofw/ofw_disk.c @@ -169,7 +169,7 @@ g_ofwd_init(struct g_class *mp __unused) sc->ofwd_sectorsize = OFWD_BLOCKSIZE; sc->ofwd_fwsectors = 0; sc->ofwd_fwheads = 0; - error = kthread_create(ofwd_kthread, sc, &sc->ofwd_procp, 0, 0, + error = kproc_create(ofwd_kthread, sc, &sc->ofwd_procp, 0, 0, "ofwd0"); if (error != 0) { free(sc, M_DEVBUF); |
