[EMAIL PROTECTED] said:
> AFAIR, this means that the driver is using an udelay() with a much
> too large argument. Break it up into several shorter ones, or use
> mdelay().
That isn't necessarily the case. This code can break even with _correct_
arguments to udelay().
This is because despite
"Sergey Kubushin" <[EMAIL PROTECTED]> said:
> === Cut ===
> [root@nomad /root]# depmod -ae
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.3ac13/kernel/drivers/net/aironet4500_card.o
> depmod: __bad_udelay
> === Cut ===
AFAIR, this means that the driver is using an udelay() with a
>
> Also, I initially built ac13 with:
>
> make mrproper
> make menuconfig
>
> and it doesn't ask whether I want to build the normal USHI USB driver either as
> a module or builtin to the kernel, only whether I want to build the alternative
> USHI USB dirver (the JE driver). Make x
On Tue, Apr 24, 2001 at 07:36:42PM -0400, Johannes Erdfelt wrote:
> On Tue, Apr 24, 2001, Michael Meissner <[EMAIL PROTECTED]> wrote:
> > and it doesn't ask whether I want to build the normal USHI USB driver either as
> > a module or builtin to the kernel, only whether I want to build the alternat
On Tue, Apr 24, 2001, Michael Meissner <[EMAIL PROTECTED]> wrote:
> and it doesn't ask whether I want to build the normal USHI USB driver either as
> a module or builtin to the kernel, only whether I want to build the alternative
> USHI USB dirver (the JE driver). Make xconfig asks whether you wa
On Tue, Apr 24, 2001 at 01:14:11AM +0100, Alan Cox wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
>
> Intermediate diffs are available from
>
> http://www.bzimage.org
>
> This isnt a proper release as such, it should just deal with m
> === Cut ===
> [root@nomad /root]# depmod -ae
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.3ac13/kernel/drivers/net/aironet4500_card.o
> depmod: __bad_udelay
> === Cut ===
Yeah I need to change the __bad_udelay trick. The inline in inline case that
triggers a bad_udelay link wr
=== Cut ===
[root@nomad /root]# depmod -ae
depmod: *** Unresolved symbols in
/lib/modules/2.4.3ac13/kernel/drivers/net/aironet4500_card.o
depmod: __bad_udelay
=== Cut ===
---
Sergey Kubushin Sr. Unix Administrator
CyberBills, Inc.Phone: 70
Alan Cox writes:
> 2.4.3-ac13
> oSwitch to NOVERS symbols for rwsem (me)
> | Called from asm blocks so they can't be versioned
Yes they most certainly can be versioned inside of an asm. Use the
"i" constraint, we've been doing this on sparc64 for ages.
Later,
David S.
9 matches
Mail list logo