diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2007-01-11 07:24:53 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2007-01-11 07:24:53 +0000 |
commit | 0b5535ee4e040dca73d788f49082e41b20ed7253 (patch) | |
tree | 21363e5039a59ba1482392060712de45ab3b524b /sys/arch/arm/sa11x0 | |
parent | 802bd78c51706decba374b95983ebccbc1afa9b6 (diff) |
do not report the clock frequencies on arm becuase there is no
real need to be verbose here; discussed with drahn@
ok kettenis@, miod@, deraadt@ and others
Diffstat (limited to 'sys/arch/arm/sa11x0')
-rw-r--r-- | sys/arch/arm/sa11x0/sa11x0_ost.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/sa11x0/sa11x0_ost.c b/sys/arch/arm/sa11x0/sa11x0_ost.c index 730951fb58f..5ecde26e600 100644 --- a/sys/arch/arm/sa11x0/sa11x0_ost.c +++ b/sys/arch/arm/sa11x0/sa11x0_ost.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sa11x0_ost.c,v 1.6 2005/02/28 13:21:17 uwe Exp $ */ +/* $OpenBSD: sa11x0_ost.c,v 1.7 2007/01/11 07:24:52 robert Exp $ */ /* $NetBSD: sa11x0_ost.c,v 1.11 2003/07/15 00:24:51 lukem Exp $ */ /* @@ -253,8 +253,6 @@ cpu_initclocks() profhz = stathz; saost_sc->sc_statclock_step = TIMER_FREQUENCY / stathz; - printf("clock: hz=%d stathz=%d\n", hz, stathz); - /* Use the channels 0 and 1 for hardclock and statclock, respectively */ saost_sc->sc_clock_count = TIMER_FREQUENCY / hz; saost_sc->sc_statclock_count = TIMER_FREQUENCY / stathz; |