diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-11 21:00:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-11 21:00:18 +0000 |
commit | 2af7c4cbc5d0ac7e8f6f99bdbe3974a5a193ac8a (patch) | |
tree | 9e5165c6e3125f4a56b3aa479457f746b99b9e65 /sys | |
parent | 2056539178715effe35f1656ee354ce1ff105b24 (diff) |
pretty print in dmesg
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm/sa11x0/sa11x0_ost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/sa11x0/sa11x0_ost.c b/sys/arch/arm/sa11x0/sa11x0_ost.c index f84afe10675..89d9ac6c2a5 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.3 2005/01/04 02:08:41 drahn Exp $ */ +/* $OpenBSD: sa11x0_ost.c,v 1.4 2005/01/11 21:00:17 deraadt Exp $ */ /* $NetBSD: sa11x0_ost.c,v 1.11 2003/07/15 00:24:51 lukem Exp $ */ /* @@ -246,7 +246,7 @@ cpu_initclocks() profhz = stathz; saost_sc->sc_statclock_step = TIMER_FREQUENCY / stathz; - printf("clock: hz=%d stathz = %d\n", hz, 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; |