Deleted Added
full compact
40c40
< __FBSDID("$FreeBSD: head/sys/kern/sched_4bsd.c 125295 2004-02-01 06:20:18Z jeff $");
---
> __FBSDID("$FreeBSD: head/sys/kern/sched_4bsd.c 126326 2004-02-27 18:52:44Z jhb $");
625c625
< sched_sleep(struct thread *td, u_char prio)
---
> sched_sleep(struct thread *td)
630c630
< td->td_priority = prio;
---
> td->td_base_pri = td->td_priority;