diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-12-14 21:42:12 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-12-14 21:42:12 +0000 |
| commit | 3ca629a373fd94a6feb9f591ef41308e01ec8fa4 (patch) | |
| tree | a7d49c517ee00971bebf3bc7df2d48ed2eadd8da /sys/alpha | |
| parent | b77c8db1f4f193502dd2b036739ca6f9994bf0ad (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/alpha/clock.c b/sys/alpha/alpha/clock.c index 527a7dfaab2b..59acaba72bfb 100644 --- a/sys/alpha/alpha/clock.c +++ b/sys/alpha/alpha/clock.c @@ -158,8 +158,8 @@ static u_int32_t max_cycles_per_tick; static u_int32_t last_time; static void handleclock(void* arg); -static void -calibrate_clocks(u_int32_t firmware_freq, u_int32_t *pcc, u_int32_t *timer); +static void calibrate_clocks(u_int32_t firmware_freq, u_int32_t *pcc, + u_int32_t *timer); static void set_timer_freq(u_int freq, int intr_freq); void |
