summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-02-24 18:41:38 +0000
committerjhb <jhb@FreeBSD.org>2001-02-24 18:41:38 +0000
commit466f4e75a47668877c066f0afce7130dc0e5d9cc (patch)
treee471cb0cd96e058500600694f75c640147846f91 /sys/ia64/include/cpu.h
parentb8223d8a5adfe03eb32017cd7c8e42a669dfe5cd (diff)
downloadFreeBSD-src-466f4e75a47668877c066f0afce7130dc0e5d9cc.zip
FreeBSD-src-466f4e75a47668877c066f0afce7130dc0e5d9cc.tar.gz
Whitespace nits.
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index 0093614..638d893 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -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)
OpenPOWER on IntegriCloud