Whitespace nits.

This commit is contained in:
John Baldwin 2001-02-24 18:41:38 +00:00
parent ad0a541a9e
commit 7182d6578d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72985

View File

@ -78,10 +78,10 @@ struct clockframe {
* through trap, marking the proc as needing a profiling tick.
*/
#define need_proftick(p) do { \
mtx_lock_spin(&sched_lock); \
mtx_lock_spin(&sched_lock); \
(p)->p_sflag |= PS_OWEUPC; \
aston((p)); \
mtx_unlock_spin(&sched_lock); \
mtx_unlock_spin(&sched_lock); \
} while (0)