Date: Mon, 22 May 2006 18:06:47 GMT From: tkuik <tkuik@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97625 for review Message-ID: <200605221806.k4MI6lRK093329@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97625 Change 97625 by tkuik@tkuik_freebsd on 2006/05/22 18:06:29 Changed SI_ORDER_ANY to SI_ORDER_SECOND Affected files ... .. //depot/projects/xen3/src/sys/dev/xen/blkfront/blkfront.c#6 edit Differences ... ==== //depot/projects/xen3/src/sys/dev/xen/blkfront/blkfront.c#6 (text+ko) ==== @@ -991,12 +991,11 @@ xenbus_init(void) { xenbus_register_frontend(&blkfront); - } MTX_SYSINIT(ioreq, &blkif_io_lock, "BIO LOCK", MTX_SPIN | MTX_NOWITNESS); /* XXX how does one enroll a lock? */ MTX_SYSINIT(ioreq_block, &blkif_io_block_lock, "BIO BLOCK LOCK", MTX_SPIN | MTX_NOWITNESS); -SYSINIT(xbdev, SI_SUB_PSEUDO, SI_ORDER_ANY, xenbus_init, NULL); +SYSINIT(xbdev, SI_SUB_PSEUDO, SI_ORDER_SECOND, xenbus_init, NULL); /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605221806.k4MI6lRK093329>