summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h
index 3e0696f..798f8dd 100644
--- a/sys/alpha/include/cpu.h
+++ b/sys/alpha/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