diff options
author | 2005-01-11 21:00:17 +0000 | |
---|---|---|
committer | 2005-01-11 21:00:17 +0000 | |
commit | 24256e960113926b5be2ce8ed8f1735dc5cb355a (patch) | |
tree | a3f497255f566533ba051fd953e8495f489ff2b5 | |
parent | add zaurus in right place (before wild card) (diff) | |
download | wireguard-openbsd-24256e960113926b5be2ce8ed8f1735dc5cb355a.tar.xz wireguard-openbsd-24256e960113926b5be2ce8ed8f1735dc5cb355a.zip |
pretty print in dmesg
-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; |