Deleted Added
full compact
37c37
< * $FreeBSD: head/sys/i386/include/cpu.h 71530 2001-01-24 09:56:49Z jhb $
---
> * $FreeBSD: head/sys/i386/include/cpu.h 72200 2001-02-09 06:11:45Z bmilekic $
95c95
< mtx_enter(&sched_lock, MTX_SPIN); \
---
> mtx_lock_spin(&sched_lock); \
97c97
< mtx_exit(&sched_lock, MTX_SPIN); \
---
> mtx_unlock_spin(&sched_lock); \