public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Bad udelay usage in drivers/net/aironet4500_card.c
@ 2001-05-15 21:37 H . J . Lu
  2001-05-19  7:45 ` Paul Gortmaker
  0 siblings, 1 reply; 3+ messages in thread
From: H . J . Lu @ 2001-05-15 21:37 UTC (permalink / raw)
  To: linux kernel

In 2.4.4, drivers/net/aironet4500_card.c has

# grep udelay linux/drivers/net/aironet4500_card.c
                udelay(1000);
        udelay(100);
                udelay(10);
        udelay(100000);
        udelay(200000);
        udelay(250000);
        udelay(10000);
        udelay(10000);
        udelay(1000);
        udelay(1000);
        udelay(10000);

But on ia32, you cannot use more than 20000 for udelay (). You will get
undefined symbol, __bad_udelay.


H.J.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-19  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20010516123312.978.qmail@web4303.mail.yahoo.com>
2001-05-16 15:52 ` Bad udelay usage in drivers/net/aironet4500_card.c H . J . Lu
2001-05-15 21:37 H . J . Lu
2001-05-19  7:45 ` Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox