Deleted Added
full compact
25c25
< * $FreeBSD: head/sys/i386/include/mptable.h 71818 2001-01-30 04:02:28Z peter $
---
> * $FreeBSD: head/sys/i386/include/mptable.h 72200 2001-02-09 06:11:45Z bmilekic $
2271c2271
< mtx_enter(&ap_boot_mtx, MTX_SPIN);
---
> mtx_lock_spin(&ap_boot_mtx);
2320c2320
< mtx_exit(&ap_boot_mtx, MTX_SPIN);
---
> mtx_unlock_spin(&ap_boot_mtx);
2331c2331
< mtx_enter(&sched_lock, MTX_SPIN);
---
> mtx_lock_spin(&sched_lock);
2665c2665
< mtx_enter(&sched_lock, MTX_SPIN);
---
> mtx_lock_spin(&sched_lock);
2668c2668
< mtx_exit(&sched_lock, MTX_SPIN);
---
> mtx_unlock_spin(&sched_lock);
2672c2672
< mtx_exit(&sched_lock, MTX_SPIN);
---
> mtx_unlock_spin(&sched_lock);
2690c2690
< mtx_enter(&sched_lock, MTX_SPIN);
---
> mtx_lock_spin(&sched_lock);
2692c2692
< mtx_exit(&sched_lock, MTX_SPIN);
---
> mtx_unlock_spin(&sched_lock);
2870c2870
< mtx_enter(&smp_rv_mtx, MTX_SPIN);
---
> mtx_lock_spin(&smp_rv_mtx);
2889c2889
< mtx_exit(&smp_rv_mtx, MTX_SPIN);
---
> mtx_unlock_spin(&smp_rv_mtx);