Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/kern/kern_umtx.c 155276 2006-02-04 06:36:39Z davidxu $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_umtx.c 157815 2006-04-17 18:20:38Z jhb $");
171c171
< curthread->td_priority, "umtxq_busy", 0);
---
> 0, "umtxq_busy", 0);
427,428c427
< error = umtxq_sleep(td, &uq->uq_key,
< td->td_priority | PCATCH,
---
> error = umtxq_sleep(td, &uq->uq_key, PCATCH,
550c549
< td->td_priority | PCATCH, "ucond", 0);
---
> PCATCH, "ucond", 0);
563,564c562
< error = umtxq_sleep(td, &uq->uq_key,
< td->td_priority | PCATCH,
---
> error = umtxq_sleep(td, &uq->uq_key, PCATCH,