diff options
| author | bjh21 <bjh21@NetBSD.org> | 2001-04-10 19:08:42 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2001-04-10 19:08:42 +0000 |
| commit | 4c8caed00d85dafab769046b8a8e6edba51deadd (patch) | |
| tree | 8fa1876e0f61592f95b9cd441c02789ac1325398 /sys | |
| parent | edde8b993b10d6df0bcc47c40a65eceb0992b6e2 (diff) | |
Apply a bandage to delay() so that it takes a more suitable time on
StrongARM Risc PCs. It really should be replaced entirely, but I've got more
important bugs to fix.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/arm32/iomd/iomd_clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm32/iomd/iomd_clock.c b/sys/arch/arm32/iomd/iomd_clock.c index cb0cc4c8038..93fe5a4cdf7 100644 --- a/sys/arch/arm32/iomd/iomd_clock.c +++ b/sys/arch/arm32/iomd/iomd_clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: iomd_clock.c,v 1.24 2001/04/10 18:58:56 bjh21 Exp $ */ +/* $NetBSD: iomd_clock.c,v 1.25 2001/04/10 19:08:42 bjh21 Exp $ */ /* * Copyright (c) 1994-1997 Mark Brinicombe. @@ -342,7 +342,7 @@ microtime(tvp) /* One day soon I will actually do this */ -int delaycount = 50; +int delaycount = 100; void delay(n) |
