diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-02-24 18:41:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-02-24 18:41:17 +0000 |
| commit | ad0a541a9eec365738d60b39aeea402abe991632 (patch) | |
| tree | ae0f02835b7e1b48262e5059008b664dc2424f1f /sys/ia64/include/cpu.h | |
| parent | 57e9624ec9c9570ddbc14cf8b37f9dd1b03b5f55 (diff) | |
Notes
Diffstat (limited to 'sys/ia64/include/cpu.h')
| -rw-r--r-- | sys/ia64/include/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h index 5a5257a17684..0093614cfcf7 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) |
