Re: [2.2.8] undefined reference to `disable_irq_nosync' (+ fix)

Andrea Arcangeli (andrea@e-mind.com)
Wed, 12 May 1999 17:38:29 +0200 (CEST)


On Wed, 12 May 1999 bvermeul@blackstar.xs4all.nl wrote:

>I can't seem to find disable_irq_nosync in asm/irq.h, which is where I
>found disable_irq. The version of 8390.c contains disable_irq, and
>changing that back fixes the problem.

You want to use disable_irq_nosync() (I developed it because it will
provide better SMP scalability where the code is just SMP aware, and no
wasted time in UP). If you can't compile try to do a `make dep clean'
first.

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/