Re: unresolved symbols in 2.1.82

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 27 Jan 1998 09:26:30 +0000 (GMT)


> Here's a change that Niels Kristian Bech Jensen posted for 2.1.81, which
> was not applied in 2.1.82.

That cannot possibly be correct. You are adding two symbols that are
already present about 3 lines below

> /* Global SMP irq stuff */
> +EXPORT_SYMBOL(synchronize_bh);
> +EXPORT_SYMBOL(global_bh_count);
> +EXPORT_SYMBOL(global_bh_lock);
> EXPORT_SYMBOL(synchronize_irq);
> EXPORT_SYMBOL(synchronize_bh);
> EXPORT_SYMBOL(global_bh_lock);
>
>
>
>