summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-02-24 18:41:17 +0000
committerjhb <jhb@FreeBSD.org>2001-02-24 18:41:17 +0000
commitb8223d8a5adfe03eb32017cd7c8e42a669dfe5cd (patch)
treee1edde56a5d31607101edc2d9c483ce399bc6fb8 /sys/ia64/include/cpu.h
parent1629d05921c5477e9986a9540858390fb30e8e5b (diff)
downloadFreeBSD-src-b8223d8a5adfe03eb32017cd7c8e42a669dfe5cd.zip
FreeBSD-src-b8223d8a5adfe03eb32017cd7c8e42a669dfe5cd.tar.gz
Pass in process to mark ast on to aston().
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index 5a5257a..0093614 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -80,7 +80,7 @@ struct clockframe {
#define need_proftick(p) do { \
mtx_lock_spin(&sched_lock); \
(p)->p_sflag |= PS_OWEUPC; \
- aston(); \
+ aston((p)); \
mtx_unlock_spin(&sched_lock); \
} while (0)
OpenPOWER on IntegriCloud