From: Ben Gras Date: Mon, 6 Jun 2005 11:31:20 +0000 (+0000) Subject: bugfix X-Git-Tag: v3.1.0~772 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch03.html?a=commitdiff_plain;h=9392dde997deaa89a2084cb00b817b4e6c26e5f4;p=minix.git bugfix --- diff --git a/lib/utils/tickdelay.c b/lib/utils/tickdelay.c index d744f96f2..4e1501093 100644 --- a/lib/utils/tickdelay.c +++ b/lib/utils/tickdelay.c @@ -25,7 +25,7 @@ long ticks; /* number of ticks to wait */ s = _taskcall(SYSTASK, SYS_SYNCALRM, &m); if (s != OK) return(s); - receive(HARDWARE,&m_alarm); /* await synchronous alarm */ + receive(CLOCK,&m_alarm); /* await synchronous alarm */ /* Check if we must reschedule the current alarm. */ if (m.ALRM_TIME_LEFT > 0) {