diff options
author | attilio <attilio@FreeBSD.org> | 2011-06-07 08:24:29 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-06-07 08:24:29 +0000 |
commit | 6ed3ca2c5bfedf9a07bb0032119b1099bfdc3e85 (patch) | |
tree | 843804a2d1047c81b8b937609df7c87c55600134 /sys/ia64 | |
parent | 26b13e5947d52403de10c549512dc87c0c071568 (diff) | |
parent | 6ed4191fed49dda0af9b5b47c3fdd5814082ab72 (diff) | |
download | FreeBSD-src-6ed3ca2c5bfedf9a07bb0032119b1099bfdc3e85.zip FreeBSD-src-6ed3ca2c5bfedf9a07bb0032119b1099bfdc3e85.tar.gz |
MFC
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/ia64/machdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index fc7df7a..1463fb5 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -786,6 +786,8 @@ ia64_init(void) ia64_sal_init(); calculate_frequencies(); + set_cputicker(ia64_get_itc, (u_long)itc_freq * 1000000, 0); + /* * Setup the PCPU data for the bootstrap processor. It is needed * by printf(). Also, since printf() has critical sections, we |