summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-05-06 14:52:37 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-05-06 14:52:37 +0000
commit5adb4335e95fca4842a31e7a1fe5154cf25b0cf5 (patch)
tree330e383e864d6869589f04c32198f4af6065ced0 /sys/arch
parenteedc6063ead33599fdb75b423d7cf9de451078f2 (diff)
Whack "No counter-timer" message. These days, most UltraSPARC cpu's don't
have one. ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/sparc64/clock.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/clock.c b/sys/arch/sparc64/sparc64/clock.c
index 51dcff77c03..09672a03c68 100644
--- a/sys/arch/sparc64/sparc64/clock.c
+++ b/sys/arch/sparc64/sparc64/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.32 2007/04/09 19:59:06 kettenis Exp $ */
+/* $OpenBSD: clock.c,v 1.33 2007/05/06 14:52:36 kettenis Exp $ */
/* $NetBSD: clock.c,v 1.41 2001/07/24 19:29:25 eeh Exp $ */
/*
@@ -567,8 +567,6 @@ cpu_initclocks()
*/
if (!timerreg_4u.t_timer || !timerreg_4u.t_clrintr) {
- printf("No counter-timer -- using %%tick at %ldMHz as "
- "system clock.\n", (long)(cpu_clockrate/1000000));
/* We don't have a counter-timer -- use %tick */
level0.ih_clr = 0;
/*